Skip to content

v42.2.2

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

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