Navigation :
PostgreSQL JDBC Driver 42.2.4 Released
Changed
- PreparedStatement.setNull(int parameterIndex, int t, String typeName) no longer ignores the typeName
argument if it is not null PR 1160
Fixed
- Fix treatment of SQL_TSI_YEAR, SQL_TSI_WEEK, SQL_TSI_MINUTE PR 1250
- Map integrity constraint violation to XA_RBINTEGRITY instead of XAER_RMFAIL PR 1175 f2d1352c
Commits by author
Christian Kotzbauer (1):
Dave Cramer (3):
- use the correct date for the release 985b63b7
- also fix spelling of error b0162c0a
- fix: setNull for types not in java.sql. Types (e.g. uuid) PR 1160 6287c954
Jan Van den Bergh (1):
- fix: map integrity constraint violation to XA_RBINTEGRITY instead of XAER_RMFAIL PR 1175 f2d1352c
Pavel Raiskup (1):
- packaging: sync RPM spec with Fedora Rawhide cc545d28
Vladimir Sitnikov (2):
- docs: fix broken commit link in 42.2.3 changelog 776e1717
- fix: treatment of SQL_TSI_YEAR, SQL_TSI_WEEK, SQL_TSI_MINUTE PR 1250 4668f43f
Contributors to this release
We thank the following people for their contributions to this release.
Christian Kotzbauer
Dave Cramer
Jan Van den Bergh
Pavel Raiskup
Vladimir Sitnikov