Skip to content

Releases: xerial/sqlite-jdbc

3.36.0.3

30 Aug 05:45
5bc86e1

Choose a tag to compare

  • Fixes for GraalVM
  • Internal update: Migrate to JUnit5. Add CI with GraalVM

3.36.0.2

25 Aug 20:35
3f5448d

Choose a tag to compare

New Features

  • Support custom collation creation (#627)

Newly Supported OS and Arch

  • Windows armv7 and arm64 (e.g., Surface Pro X) (#644)
  • FreeBSD aarch64 (#642)
  • Bring back Linux armv6 support (#628)
  • FreeBSD x86 and x86_64 (#639)
  • Dropped DragonFlyBSD support (#641)

Other Intenal Fixes

  • Add reflect-config, jni-config and native-image.properties to graalvm native image compilation (#631)
  • Fix multipleClassLoader test when directory is renamed (#647)
  • CI tests for Windows and MacOS (#645)

Special thanks to @gotson for adding collation support and build configurations for more OS and CPU types!

3.36.0.1

30 Jun 18:33
1846fab

Choose a tag to compare

  • Fixed a date parsing issue #88
  • Added CI for testing JDK16 compatibility. sqlite-jdbc works for JDK8 to JDK16

3.36.0

27 Jun 05:33
fd1395a

Choose a tag to compare

3.35.0.1

27 Jun 05:21
b373e40

Choose a tag to compare

  • Upgraded to SQLite 3.35.0
  • Avoid using slower ByteBuffer decode() method (#575)
  • Allow increasing SQLite limits (#568)
  • Add Automatic-Module-Name for OSGi (#558
  • Avoid using shared resource streams between class loaders when extracting the native library. (#578)

(Note: Don't use 3.35.0 if you are Apple Silicon (M1) user. 3.35.0 failed to include M1 binary)

3.34.0

10 Dec 22:52
6727ce1

Choose a tag to compare

  • Upgraded to SQLite 3.34.0
  • Improved the performance of reading String columns
  • Support URI file names (file://...) in backup/restore commands https://sqlite.org/uri.html
  • Show SQL strings in PreparedStatements.toString()

3.32.3.3

08 Dec 23:59
e778e16

Choose a tag to compare

  • Apple Silicon (M1, Mac aarch64) support

3.32.3.2

08 Sep 16:03
0b789de

Choose a tag to compare

3.32.3.2 release