From: | Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> |
---|---|
To: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | [pgjdbc/pgjdbc] 751455: fix: NPE in PreparedStatement.executeBatch in case... |
Date: | 2017-07-14 08:30:49 |
Message-ID: | 59688139cf7f5_263dd3f8883587c308688@hookshot-fe-6dbb0c4.cp1-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: 7514552d2d105cb8e637e70c8e14ab7e36000ed4
https://github.com/pgjdbc/pgjdbc/commit/7514552d2d105cb8e637e70c8e14ab7e36000ed4
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-07-14 (Fri, 14 Jul 2017)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java
M pgjdbc/src/test/java/org/postgresql/test/jdbc2/BatchExecuteTest.java
Log Message:
-----------
fix: NPE in PreparedStatement.executeBatch in case of empty batch
This fixes regression in 42.1.2
fixes #866
Commit: dae9eaf7e01482c3821c02a95abf89399a4dd8e8
https://github.com/pgjdbc/pgjdbc/commit/dae9eaf7e01482c3821c02a95abf89399a4dd8e8
Author: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
Date: 2017-07-14 (Fri, 14 Jul 2017)
Changed paths:
A docs/_posts/2017-07-14-42.1.3-release.md
Log Message:
-----------
doc: add 42.1.3 release notes
Compare: https://github.com/pgjdbc/pgjdbc/compare/1843d0178412...dae9eaf7e014
From | Date | Subject | |
---|---|---|---|
Next Message | Vladimir Sitnikov | 2017-07-14 08:36:31 | [pgjdbc/pgjdbc] 29fe74: [maven-release-plugin] prepare release REL42.1.3 |
Previous Message | Dave Cramer | 2017-07-13 18:58:41 | Re: SCRAM client vs pgjdbc packaging |