PostgreSQL JDBC 42.2.1 released
Posted on 2018-01-25 by JDBC Project
Related Open Source
The PostgreSQL JDBC team is pleased to announce the release of version 42.2.1.
This is primarily to fix some regressions:
Most notably:
- Avoid connection failure when DateStyle is set to ISO (~PgBouncer)
- Package scram:client classes, so SCRAM works when using a shaded jar
- reWriteBatchedInserts=true causes syntax error with ON CONFLICT Issue
- Avoid failure in getPGArrayType when stringType=unspecified