Skip to content

v42.2.10

Compare
Choose a tag to compare
@vlsi vlsi released this 19 Feb 08:33
· 931 commits to master since this release

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