Branch: refs/heads/master
Home: https://github.com/pgjdbc/pgjdbc
Commit: 74a426b929f47a3f585dd6e535300d2ffe77a9da
https://github.com/pgjdbc/pgjdbc/commit/74a426b929f47a3f585dd6e535300d2ffe77a9da
Author: James <jmt158(at)gmail(dot)com>
Date: 2017-04-04 (Tue, 04 Apr 2017)
Changed paths:
M pgjdbc/src/main/java/org/postgresql/util/PSQLWarning.java
A pgjdbc/src/test/java/org/postgresql/util/PSQLWarningTest.java
Log Message:
-----------
fix: use SQLWarning(String reason) constructor for correct DriverMana… (#751)
* fix: use SQLWarning(String reason) constructor for correct DriverManager logging
Previously, the default constructor was used which only logs "SQLWarning: ", but no information about the warning.