Re: Default value for the defaultAutoCommit property

2021-06-03 Thread Dave Cramer
rops > It is written that the default value for the defaultAutoCommit property > is false. > > However in the source code, the default value is true : > > https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/java/org/postgresql/ds/PGConnectionPoolDataSource.java > > priv

Default value for the defaultAutoCommit property

2021-06-03 Thread Celinio Fer
Hi, I wonder if the documentation for the JDBC PostgreSQL driver is up to date : https://jdbc.postgresql.org/documentation/head/ds-cpds.html#ds-cpds-props It is written that the default value for the defaultAutoCommit property is false. However in the source code, the default value is true