
- #NEW MICROSOFT JDBC DRIVER DRIVER#
- #NEW MICROSOFT JDBC DRIVER ACTIVATOR#
- #NEW MICROSOFT JDBC DRIVER CODE#
Backpatch PR #2217 to fix Issue #2215. Fix NPE calling getTypeInfo when alias is null PR #2220. Change to updatable result set to use correctly primary or unique keys PR #2228įixes issues introduced in PR #2199 closes Issue #2196. Backpatch PR #2245 fixes case where duplicate tables are returned if there are duplicate descriptions oids are not guaranteed to be unique in the catalog PR #2248. Handle cleanup of connection creation in StatementTest, handle cleanup of privileged connection in DatabaseMetaDataTest Use older syntax for COMMENT ON FUNCTION with explicit no-arg parameter parentheses as it is required on server versions before v10. Backpatching PR #2251 into 42.2 Clean up open connections to fix test failures on omni and appveyor. It is possible to break method PgDatabaseMetaData.getIndexInfo() by adding certain custom operators. Backpatch PR #2242 PgDatabaseMetaData.getIndexInfo() cast operands to smallint PR#2253. #NEW MICROSOFT JDBC DRIVER CODE#
Closes Issue #2237įixed by adding the missing code path, based on the existing handling in processResults. This in turn caused failures for some LargeObjectManager operations.
QueryExecutorImpl.receiveFastpathResult did not properly handle ParameterStatus messages. Instead of checking all types by OID, we can return types for well known types PR #2257Īvoid leaking server error details through BatchUpdateException when logServerErrorDetail PR #2254
Fix startup regressions caused by PR #1949. #NEW MICROSOFT JDBC DRIVER DRIVER#
We thank the following people for their contributions to this release.Ģ2 September 2021 PostgreSQL JDBC Driver 42.2.24 Released
Fix Provide useful error message for empty or missing passwords for SCRAM auth PR #2290 fixes Issue #2288.Fix do not add double quotes to identifiers already double quoted PR #2224 Fixes Issue #2223Īdd a property QUOTE_RETURNING_IDENTIFIERS which determines if we put double quotesĪround identifiers that are provided in the returning array.Fix database metadata getFunctions() and getProcedures() to ignore search_path when no schema pattern is specified PR #2174.
#NEW MICROSOFT JDBC DRIVER ACTIVATOR#
Rework OSGi bundle activator so it does not rely on exception message to check DataSourceFactory presence PR #507. If assumeMinServerVersion is not defined and server is at least 9.0, group startup statements into a single transaction PR #1977. Apparently pgbouncer can send one fixes Issue 2317 PR #2319ġ8 October 2021 PostgreSQL JDBC Driver 42.3.0 Released remove check for negative pid in cancel request. typo in TimestampUtils.java PR #2314 Change Greagorian to Gregorian. typo in certdir/README.md PR #2309 certificatess => certificates. numeric binary decode for even 10 thousands PR #2327 fixes Issue 2326īinary numeric values which represented integers multiples of 10,000 from 10,000-9,990,000 were not decoded correctly. feat: intern/canonicalize common strings PR 2234. Improve the parsing of bytea hex encoded string by making a lookup table for each of the valid ascii code points to the 4 bit numeric value perf: improve performance of bytea string decoding PR 2320.
improv: Use jre utf-8 decoding PR 2317 Remove use of custom utf-8 decoding. Multi-dimensional array the one exception is byte, which is not supported. improv: Arrays in Object PR 2330 when an Object contains other arrays, treat as though it were a.