Skip to content

Releases: xerial/sqlite-jdbc

Release 3.49.1.0

19 Feb 01:06
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.49.1 (02d5463)

πŸ›  Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (9cda17f)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (bdcf7ee)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.49.0.0

07 Feb 02:26
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.49.0 (3ef2146)

πŸ›  Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2 (2ced005)

deps-dev

  • bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (cea714f)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.48.0.0

15 Jan 06:44
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.48.0 (c0f66af)

πŸ›  Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (302a600)

deps-dev

  • bump org.mockito:mockito-core from 5.14.2 to 5.15.2 (a7dd7d4)
  • bump org.assertj:assertj-core from 3.27.0 to 3.27.2 (3c267ae)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.47.2.0

03 Jan 05:18
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.47.2 (0bd2f8f)

πŸ› Fixes

jdbc

  • getColumns doesn't correctly parse precision/scale with whitespace (8455468), closes #1215

πŸ›  Build

deps

  • bump org.apache.maven.plugins:maven-javadoc-plugin (533efae)
  • bump org.graalvm.buildtools:native-maven-plugin (bbe5e1e)

deps-dev

  • bump org.assertj:assertj-core from 3.26.3 to 3.27.0 (8283aa7)
  • bump org.junit.jupiter:junit-jupiter (80e51ea)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.47.1.0

26 Nov 03:59
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • upgrade to sqlite 3.47.1 (67d28cb)

πŸ› Fixes

  • possible StringIndexOutOfBoundsException in ExtendedCommand (2fdb1e9), closes #1141
  • update module-info.java to make org.slf4j static requirement (81b05ec)

πŸ›  Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (da8596c)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (6e4c691)
  • bump org.jreleaser:jreleaser-maven-plugin (9f354be)
  • bump surefire.version from 3.5.1 to 3.5.2 (aa92c59)

πŸ“ Documentation

  • add supported API level for Android (4a41998), closes #1204

Contributors

We'd like to thank the following people for their contributions:
Arthur Chan, Gauthier, Gauthier Roebroeck, Rodolfo M. Raya

Release 3.47.0.0

23 Oct 02:51
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.47.0 (d174b8d)

πŸ› Fixes

  • use lambda loggers and fix message format for JUL (fd21058), closes #1195

πŸ›  Build

deps

  • bump org.apache.maven.plugins:maven-help-plugin (46cc36d)
  • bump org.graalvm.sdk:nativeimage from 24.1.0 to 24.1.1 (2c86dcf)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a88f62a)
  • bump surefire.version from 3.5.0 to 3.5.1 (9fadf17)
  • bump org.apache.maven.plugins:maven-gpg-plugin (132ab17)

deps-dev

  • bump org.mockito:mockito-core from 5.14.1 to 5.14.2 (c0b9f99)
  • bump org.junit.jupiter:junit-jupiter (82a5f2a)
  • bump org.junit.jupiter:junit-jupiter (761eb2e)
  • bump org.junit-pioneer:junit-pioneer (7586ce9)
  • bump org.junit.jupiter:junit-jupiter (69ea4db)
  • bump org.mockito:mockito-core from 5.13.0 to 5.14.1 (dd79b6d)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.46.1.3

26 Sep 08:07
Compare
Choose a tag to compare

Changelog

πŸš€ Features

jdbc

  • add setGetGeneratedKeys on SQLiteDataSource and SQLiteConfig for proper cascading (d463ef7), closes #1135

Contributors

We'd like to thank the following people for their contributions:
Gauthier Roebroeck

Release 3.46.1.2

25 Sep 11:36
Compare
Choose a tag to compare

Changelog

πŸš€ Features

jdbc

  • add configuration to disable eager retrieval of generated keys (aed5121), closes #1135

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck

Release 3.46.1.1

25 Sep 01:29
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • make slf4j optional with fallback on JUL (b8ea5ca), closes #1094

πŸ›  Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.0.2 to 24.1.0 (ec4d3fd)
  • bump org.graalvm.buildtools:native-maven-plugin (588614a)
  • bump org.apache.maven.plugins:maven-gpg-plugin (abdf61d)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (a445f6c)
  • bump org.jreleaser:jreleaser-maven-plugin (1309c5c)
  • bump surefire.version from 3.4.0 to 3.5.0 (2ed606f)
  • bump org.apache.maven.plugins:maven-help-plugin (4fa9e6f)
  • bump surefire.version from 3.3.1 to 3.4.0 (793fac5)

deps-dev

  • bump org.junit.jupiter:junit-jupiter (02bac1a)
  • bump org.mockito:mockito-core from 5.12.0 to 5.13.0 (ea152b4)

Contributors

We'd like to thank the following people for their contributions:
Charles Oliver Nutter, Gauthier, Gauthier Roebroeck

Release 3.46.1.0

19 Aug 02:19
Compare
Choose a tag to compare

Changelog

πŸš€ Features

sqlite

  • upgrade to sqlite 3.46.1 (be3bf30)

πŸ› Fixes

native-image

  • support strict image heap (029a35f)

πŸ›  Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (17dffe9)

unscoped

  • add GraalVM for JDK 22 to native test suite (e40e5a3)

Contributors

We'd like to thank the following people for their contributions:
Gauthier, Gauthier Roebroeck, Kristof Dhondt