Skip to content

Releases: pgjdbc/pgjdbc

v42.2.10

19 Feb 08:33
Compare
Choose a tag to compare

What's Changed

  • Fix test case by changing executeQuery to execute by @mahmoudbahaa in #1642
  • Test case and documentation for calling stored procedures with transaction control. by @draderaws in #1645
  • Add disallow multiple empty lines by @sehrope in #1427
  • fix: Unable to register out parameter Issue #1646 by @davecramer in #1648
  • remove more currentTimeMillis in order to get tests to be more reliable by @davecramer in #1647
  • fix: unstable test. Originally this would loop creating many statements, now it should timeout properly by @davecramer in #1650
  • remove receiving EOF from backend after cancel … by @mahmoudbahaa in #1641
  • fix: issue 1482 where the port was being added to the GSSAPI service name by @davecramer in #1651
  • style: Preparing for upcoming Checkstyle release 8.28 by @gmshake in #1654
  • Fix interval overflow by @reibitto in #1658
  • feat: add caller push of binary data (rebase of #953) by @paplorinc in #1659
  • chore: upgrade checkstyle to 8.28 by @gmshake in #1660
  • feat: Add maxResultBuffer property by @adrklos in #1657
  • Utf 8 encoding optimizations by @bokken in #1444
  • Metadata queries improvements. by @bjanczak in #1673
  • be explicit about which JDK by @davecramer in #1672
  • fix: actually use milliseconds instead of microseconds for timeouts by @davecramer in #1653
  • fix: #1677 NumberFormatException when fetching PGInterval with small value by @baardsen in #1678
  • minor: fix checkstyle violation of unused import by @romani in #1683
  • fix streaming error with a unstable network connection by @hyunkshinft in #1681
  • fix: Issue #1680 updating a boolean field requires special handling to set it to t or f instead of true or false by @davecramer in #1682
  • Fix Network Performance of PgDatabaseMetaData.getTypeInfo() method by @dupski in #1668
  • add DatabaseMetaDataCacheTest to test suite to run it by @davecramer in #1685
  • clean up 1648 - sync error message value with tested value by @draderaws in #1664
  • Fixing LocalTime rounding (losing precision) by @franetw in #1570
  • fix: Fixes issue #1592 where one thread is reading the copy and another thread closes the connection by @davecramer in #1594
  • Cleanup PGProperty, sort values, and add some missing to docs by @sehrope in #1686
  • chore(deps): bump checkstyle from 8.28 to 8.29 in /pgjdbc by @dependabot in #1691
  • WIP release notes for 42.2.10 by @davecramer in #1688
  • Metadata queries improvment by @bjanczak in #1694

New Contributors

Full Changelog: REL42.2.9...REL42.2.10

v42.2.9

19 Feb 08:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.8...REL42.2.9

v42.2.8

19 Feb 08:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: REL42.2.7...REL42.2.8

v42.2.7

19 Feb 08:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.6...REL42.2.7

v42.2.6

19 Feb 08:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.5...REL42.2.6

v42.2.5

19 Feb 08:36
Compare
Choose a tag to compare

What's Changed

  • refactor: remove unused PgPreparedStatement.adjustIndex by @vlsi in #1253
  • chore: remove editor backup files by @df7cb in #1255
  • Update Contributing.md by @davecramer in #1262
  • test: run testShortQueryTimeout in PG_VERSION=HEAD Travis job only by @vlsi in #1270
  • fix: remove POT-Creation-Date from generated .po and .pot files by @vlsi in #1269
  • fix: use UTF-8 encoding in generated translation/messages_*.java files by @vlsi in #1271
  • Fix Japanese translation by @horiguti in #1275
  • Add issue templates by @davecramer in #1263
  • move issue template and pull request template into github specific di… by @davecramer in #1283
  • fix: Correct typo in CopyManager comment by @sehrope in #1285
  • Fix typos detected by github.com/client9/misspell by @seratch in #1287

New Contributors

Full Changelog: REL42.2.4...REL42.2.5

v42.2.4

19 Feb 08:37
Compare
Choose a tag to compare

What's Changed

  • Fixed typo in CHANGELOG.md by @ckotzbauer in #1249
  • fix: setNull for types not in java.sql.Types (e.g. uuid) by @davecramer in #1160
  • fix: treatment of SQL_TSI_YEAR, SQL_TSI_WEEK, SQL_TSI_MINUTE by @vlsi in #1250
  • fix: map integrity constraint violation to XA_RBINTEGRITY instead of XAER_RMFAIL by @janvdbergh in #1175
  • docs: update site for 42.2.4 by @vlsi in #1251

New Contributors

Full Changelog: REL42.2.3...REL42.2.4

v42.2.3

19 Feb 08:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: REL42.2.2...REL42.2.3

v42.2.2

19 Feb 08:37
Compare
Choose a tag to compare

What's Changed

  • Fixes #1096 by @veselov in #1097
  • docs: fix spelling and chapter, update sample code by @bpd0018 in #1098
  • Use Locale.Category.DISPLAY when selecting resource bundle. by @trtrmitya in #1115
  • fix: handle Timestamp values with fractional seconds < 1 microsecond correctly in PreparedStatement arguments by @stellingsimon in #1119
  • style: spelling in comment by @bpd0018 in #1121
  • docs: fix JavaDoc for getPreferQueryMode() by @bpd0018 in #1122
  • fix: ArrayIndexOutOfBoundsException when using the same SQL for regular and updateable resultset by @vlsi in #1123
  • fix: support insert ... on conflict...update for reWriteBatchedInserts=true by @vlsi in #1130
  • fix: allowEncodingChanges should allow set client_encoding=... by @vlsi in #1125
  • fix: wrong data from Blob/Clob when mark/reset is used by @sfeigl in #971
  • Adjust XAException return codes for better compatibility with XA specification by @ochaloup in #782
  • fix: wrong results when a single statement is used with UNSPECIFIED types by @vlsi in #1137
  • test: add Travis configuration to test SSL by @davecramer in #1095
  • docs: improve documentation and tests for server-side prepared statements by @vlsi in #1135
  • fix: improve DatabaseMetaData.getSQLKeywords() by @jorsol in #940
  • test: make testAlternatingBindType Java 6-compatible by @vlsi in #1139
  • fix: support generated keys for WITH queries by @vlsi in #1138
  • docs: release notes for 42.2.2 by @vlsi in #1142

New Contributors

Full Changelog: REL42.2.1...REL42.2.2

42.2.1

19 Feb 08:39
Compare
Choose a tag to compare

What's Changed

  • chore: remove braces for LeftCurlyCheck issue checkstyle by @vaano94 in #1075
  • chore: remove additional braces for LeftCurlyCheck checkstyle by @vaano94 in #1076
  • test: check if url is not for PostgreSQL by @AlexElin in #1077
  • Fixes issue #1078 by @JCzogalla in #1079
  • fix: avoid connection failure when DateStyle is set to ISO by @vlsi in #1081
  • add support for fetching 'TIMESTAMP(6) WITHOUT TIME ZONE' as LocalDate by @alexanderkjall in #1083
  • Fix style changelog by @jorsol in #1089
  • fix: reWriteBatchedInserts=true causes syntax error with on conflict by @vlsi in #1082
  • fix: package scram:client classes, so scram works when using a shaded jar by @davecramer in #1091
  • fix: getPGArrayType fails in when stringType=unspecified by @JamiePullar in #1036
  • docs: prepare release notes for 42.2.1 by @vlsi in #1093

New Contributors

Full Changelog: REL42.2.0...REL42.2.1