[pgjdbc/pgjdbc] f51c68: Make sure all configuration settins have defaults ...

From: Dave Cramer <noreply(at)github(dot)com>
To: pgsql-jdbc(at)lists(dot)postgresql(dot)org
Subject: [pgjdbc/pgjdbc] f51c68: Make sure all configuration settins have defaults ...
Date: 2023-01-31 12:03:34
Message-ID: pgjdbc/pgjdbc/push/refs/heads/master/3fdc2e-f51c68@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: f51c68e498962316d42840b8d1c1096e3c3e181f
https://github.com/pgjdbc/pgjdbc/commit/f51c68e498962316d42840b8d1c1096e3c3e181f
Author: Dave Cramer <davecramer(at)gmail(dot)com>
Date: 2023-01-31 (Tue, 31 Jan 2023)

Changed paths:
M README.md
M docs/content/documentation/use.md
M pgjdbc/src/main/java/org/postgresql/PGProperty.java

Log Message:
-----------
Make sure all configuration settins have defaults documented (#2740)

Add some missing configuration settings to README
Specify implied default for sslFactory in PGProperty

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sebastian Baumhekel 2023-01-31 17:03:40 [pgjdbc/pgjdbc] cb78d0: feat: Define binary transfer for custom types dyna...
Previous Message arons 2023-01-26 14:57:20 Re: JDBC setTimestamp question