5.5 KiB
5.5 KiB
title, date, categories, version
| title | date | categories | version | |
|---|---|---|---|---|
| PostgreSQL JDBC Driver 42.1.0 Released | 2017-05-04 00:00:00 +0300 |
|
42.1.0 |
Notable changes
Added
- Support fetching a REF_CURSOR using getObject PR 809
Fixed
- Fix data being truncated in setCharacterStream (bug introduced in 42.0.0) PR 802
- Fix calculation of lastReceiveLSN for logical replication PR 801
- Make sure org.postgresql.Driver is loaded when accessing though DataSource interface Issue 768
Regressions
- There's no 42.1.0.jre6 version due to infinity handling bug. Fixed in 42.1.1.jre6
Commits by author
Alexander Kjäll (1):
Daniel Migowski (1):
Dave Cramer (4):
- Update index.html 4d8b1b38
- Review the documentation for the replication API PR 756 3e1eb34d
- fix callproc escape documentation the specification PR 785 95a3f41d
- Honour setLogStream. If the logStream is set PR 780 b97ad630
Jacques Fuentes (1):
James (1):
Joe Kutner (1):
Jorge Solorzano (3):
- fix: build site with jekyll 2.2.0 PR 755 773ee679
- test: check that new properties follow correct lower camel case PR 740 3f2a02e1
- refactor: simplify Encoding class PR 765 ef8c6f96
Philippe Marschall (1):
Robert Zenz (1):
- fix: function calls without parameters do not require parentheses 2958cc22
Vladimir Gordiychuk (2):
- chore: fix false alarm on check coredump PR 806 3883a846
- bug: fix calculation of lastReceiveLSN for logical replication PR 801 170d9c27
Vladimir Sitnikov (3):
- fix: make sure org.postgresql.Driver is loaded when accessing though DataSource interface PR 768 9c80adc2
- refactor: add encoding, fix expected/actual, use proper constructor 77cace40
- fix: infinity handling for java.time types PR 789 f375701b
slmsbrhgn (1):
Contributors to this release
We thank the following people for their contributions to this release.
Alexander Kjäll
Daniel Migowski
Dave Cramer
Jacques Fuentes
James
Joe Kutner
Jorge Solorzano
Philippe Marschall
Robert Zenz
Vladimir Gordiychuk
Vladimir Sitnikov
slmsbrhgn