Skip to content

Release 3.39.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 10:39
· 408 commits to master since this release

Changelog

πŸš€ Features

  • 1cab301 [jdbc] support Statement.execute methods with autoGeneratedKeys parameter
  • 954dd4c [jdbc] ResultSetMetaData.getColumnClassName returns more accurate type
  • 0ede2be [jdbc] support for read-only transactions, fix timeout handling

πŸ› Fixes

  • f4eaac4 [native] JRE crash on connection close with CommitListener and auto commit disabled
  • 7c3f7de [jdbc] Statement.setEscapeProcessing should not throw unsupported exception
  • e14fcd0 [jdbc] throw SQLFeatureNotSupportedException instead of SQLException for unsupported features
  • 09d4db2 [jdbc] DatabaseMetaData.supportsFullOuterJoins returns true for SQLite 3.39+
  • bbb7d2c [jdbc] incorrect DatabaseMetaData JDBC version major/minor
  • bc5174b [jdbc] getDate, getTime, and getTimestamp crash on empty text
  • 1c84e06 [jdbc] ResultSetMetaData.getColumnType now returns BIGINT if the value is large
  • b7396a1 [jdbc] detect TIMESTAMP stored in SQLITE_TEXT

πŸ›  Build

  • eec8880 [native] update SQLite to 3.39.3
  • 6117c94 fix build-native directory when downloading native libraries
  • 628a38e [native] update dockcross windows x86/x64 images
  • 90550cc [native] update dockcross images, fixes issue when running on Mac M1
  • 0bfe4f0 replace junit jupiter assumptions with assertJ
  • 12263cd test with external amalgamation
  • c408b8f add graalvm argument following assertj migration
  • f3ac947 migrate to assertJ
  • 487f225 remove old travis files
  • ea3c662 fix missing condition for build-native workflow

πŸ“ Documentation

  • 4b5d0a6 mention support of Linux musl 32bits

Contributors

We'd like to thank the following people for their contributions:
GitHub, Gauthier Roebroeck, Martin, github-actions, Gauthier, martin.haeusler