REL42.2.24
版本发布时间: 2023-02-19 16:12:32
pgjdbc/pgjdbc最新发布版本:REL42.7.4(2024-08-23 00:47:06)
What's Changed
- fix: backpatch PR#2217 handle OIDs >= 2**31 to fix issue #2215. by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2218
- fix: NPE calling getTypeInfo when alias is null by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2220
- Fix updateable result set when there are primary keys and unique keys by @chalmagr in https://github.com/pgjdbc/pgjdbc/pull/2228
- remove old changelog information from post. Incorrectly added by development script that is clearly still in development [SKIP-CI] by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2240
- 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 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2248
- Backpatching #2251 into 42.2 Clean up open connections to fix test failures on omni and appveyor by @sehrope in https://github.com/pgjdbc/pgjdbc/pull/2252
- Backpatch PR 2242 into 42.2: PgDatabaseMetaData.getIndexInfo() cast operands to smallint by @jsyrjala in https://github.com/pgjdbc/pgjdbc/pull/2253
- backpatch PR#2247 fix: handle ParameterStatus messages in QueryExecutorImpl.receiveFastpathResult by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2249
- Backport PR2148 into 42.2.x Avoid leaking server error details through BatchUpdateException when logServerErrorDetail=false by @jp7677 in https://github.com/pgjdbc/pgjdbc/pull/2254
- fix startup regressions caused by PR #1949. Instead of checking all types by OID, we can return types for well known types by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2257
- Changelog 42.2.24 by @davecramer in https://github.com/pgjdbc/pgjdbc/pull/2258
New Contributors
- @chalmagr made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2228
- @jp7677 made their first contribution in https://github.com/pgjdbc/pgjdbc/pull/2254
Full Changelog: https://github.com/pgjdbc/pgjdbc/compare/REL42.2.23...REL42.2.24