From: | Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | [pgjdbc/pgjdbc] 989b4d: fix: revert ExpressionProperties to Properties in ... |
Date: | 2017-02-12 17:55:38 |
Message-ID: | 58a0a19aa0d4f_10603f7f7188fc2c105142@hookshot-fe3-cp1-prd.iad.github.net.mail |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 989b4d235ec6776f31284d15618195cf7f8a7a79
https://github.com/pgjdbc/pgjdbc/commit/989b4d235ec6776f31284d15618195cf7f8a7a79
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java
Log Message:
-----------
fix: revert ExpressionProperties to Properties in BaseDataSource
ExpressionProperties is used for a specific property to avoid unexpected behaviors for already existing properties (e.g. passwords with ${...})
Commit: f1190d8c2eb1c506616e2298aabad211ba3bdb0a
https://github.com/pgjdbc/pgjdbc/commit/f1190d8c2eb1c506616e2298aabad211ba3bdb0a
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/util/ReaderInputStream.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/Jdbc2TestSuite.java
Log Message:
-----------
fix: correct edge cases for setCharacterStream(int, Reader)
ReaderInputStream behaved wrong (e.g. might return 0 instead of -1) at the end of the input in certain cases.
Commit: b3553276ad48cbb47cd4849d3a08b7ee61be8ace
https://github.com/pgjdbc/pgjdbc/commit/b3553276ad48cbb47cd4849d3a08b7ee61be8ace
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-02-12 (Sun, 12 Feb 2017)
Changed paths:
M pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/Jdbc41TestSuite.java
A pgjdbc/src/test/java/org/postgresql/test/jdbc4/jdbc41/SharedTimerClassLoaderLeakTest.java
R pgjdbc/src/test/java/org/postgresql/test/util/SharedTimerClassLoaderLeakTest.java
Log Message:
-----------
test: add SharedTimerClassLoaderLeakTest to the regular test suite
Compare: https://github.com/pgjdbc/pgjdbc/compare/e69e4a1d5502...b3553276ad48
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2017-02-12 19:24:19 | Re: [pgjdbc/pgjdbc] 989b4d: fix: revert ExpressionProperties to Properties in ... |
Previous Message | Jorge Solorzano | 2017-02-12 15:09:53 | [pgjdbc/pgjdbc] e69e4a: perf: short circuit Oid.BOOL in getBoolean (#745) |