Sqlite Jdbc Versions Save

SQLite JDBC Driver

3.45.2.0

1 month ago

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.45.2 (c56fbf1)

🏎 Perf

  • CoreStatement uses optimize regex for generated key matches (95b8efa)

🛠 Build

deps

  • bump org.apache.maven.plugins:maven-gpg-plugin (3b83760)
  • bump org.jreleaser:jreleaser-maven-plugin (9ccd1e7)
  • bump org.graalvm.buildtools:native-maven-plugin (eca45e5)
  • bump andymckay/cancel-action from 0.3 to 0.4 (b11f8be)
  • bump org.graalvm.buildtools:native-maven-plugin (cdad828)

deps-dev

  • bump org.mockito:mockito-core from 5.10.0 to 5.11.0 (07b38af)
  • bump org.junit.jupiter:junit-jupiter (6c2e966)
  • bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (daca050)

unscoped

📝 Documentation

  • add gpg key to README (18c0bd4), closes #1049
  • adding try-with-resources to examples and demo. related #938 (9a072d3), closes #938

Contributors

We'd like to thank the following people for their contributions: David Schlosnagle, Gauthier, Gauthier Roebroeck, Tamas Cservenak, hbobenicio, prubel

3.45.1.0

2 months ago

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.45.1 (8a47fb0)

🐛 Fixes

jdbc

  • support CTE and REPLACE syntax with Statement#getGeneratedKeys (2cf1b26)

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.1 to 23.1.2 (a84e560)

deps-dev

  • bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (2e336d9)
  • bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (0eb6cb8)

Contributors

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

3.45.0.0

3 months ago

Changelog

🚀 Features

jdbc

  • reintroduce improved support for Statement#getGeneratedKeys (f7d49f6)

sqlite

  • upgrade to sqlite 3.45.0 (961e6c1)

🛠 Build

build-native

  • migrate upload/download to v4 syntax (02d0371)

deps

  • bump surefire.version from 3.2.3 to 3.2.5 (e37b720)
  • bump org.apache.maven.plugins:maven-compiler-plugin (5520295)
  • bump org.jreleaser:jreleaser-maven-plugin (1cb9462)
  • bump actions/download-artifact from 3 to 4 (47c2b52)
  • bump org.apache.maven.plugins:maven-compiler-plugin (f094bff)
  • bump surefire.version from 3.2.2 to 3.2.3 (585d0d0)
  • bump actions/upload-artifact from 3 to 4 (d58b364)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (1f57928)
  • bump actions/setup-java from 3 to 4 (0874939)

deps-dev

  • bump org.mockito:mockito-core from 5.8.0 to 5.9.0 (93cd00c)
  • bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (688fa0c)
  • bump org.mockito:mockito-core from 5.7.0 to 5.8.0 (7d44a45)
  • bump ch.qos.logback:logback-classic (16216ac)
  • bump com.tngtech.archunit:archunit-junit5 (e8d6c7a)

unscoped

  • add 2024 folder for amalgamation download (2da5480)

Contributors

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

3.44.1.0

4 months ago

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.44.1 (1eef6a5)

🏎 Perf

sqlite

  • disable pagecache overflow stat (31b7659)

🛠 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (baf1295)
  • bump org.jreleaser:jreleaser-maven-plugin (849d6eb)

deps-dev

  • bump org.junit-pioneer:junit-pioneer (f3333e7)
  • bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (8cd1fa1)

Contributors

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

3.44.0.0

5 months ago

Changelog

🚀 Features

sqlite

  • support serialize/deserialize sqlite APis (6823954)
  • upgrade to sqlite 3.44.0 (fd222f3)

🛠 Build

deps

  • bump surefire.version from 3.2.1 to 3.2.2 (4232352)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (64b8ced)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (3094fb0)
  • bump org.junit.jupiter:junit-jupiter (9500426)
  • downgrade logback to 1.2.12 (2d76795)

Contributors

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

3.43.2.2

5 months ago

Changelog

🐛 Fixes

  • avoid double precision in getBigDecimal (8880c33), closes #1002

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 23.1.0 to 23.1.1 (4dba62c)
  • bump surefire.version from 3.1.2 to 3.2.1 (958b4f6)
  • bump org.graalvm.buildtools:native-maven-plugin (98093e1)

jreleaser

unscoped

  • add build step necessary for jreleaser when not pushing to maven central (36116ca)

Contributors

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

3.43.2.1

6 months ago

Changelog

🐛 Fixes

📝 Documentation

Contributors

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

3.43.2.0

6 months ago

Changelog

🚀 Features

  • upgrade to sqlite 3.43.2 (a434c78)
  • add slf44-api to replace use of standard streams (21c77a4), closes #802
  • upgrade to sqlite 3.43.1 (7b40a6a)

🐛 Fixes

native-image

  • do not initialize logging framework at build-time (d8f762c)

unscoped

  • add missing module requirement for slf4j (32082c0)
  • add SONAME to Android binaries (f6a3aef), closes #960

🏎 Perf

  • remove use of DriverManager.println (75ce563), closes #984

🔄️ Changes

🛠 Build

deps

  • bump org.codehaus.mojo:versions-maven-plugin (ebdda17)
  • bump org.apache.maven.plugins:maven-javadoc-plugin (5e37532)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (b3188dc)
  • bump actions/checkout from 3 to 4 (3eaabec)
  • bump org.jreleaser:jreleaser-maven-plugin (07d420d)

deps-dev

  • bump org.mockito:mockito-core from 5.5.0 to 5.6.0 (54aa6ab)
  • bump org.junit-pioneer:junit-pioneer (b363636)

makefile

unscoped

  • update native-image testing to GraalVM 21 (1229f00)
  • fix native configuration for slf4j (89dbda1)
  • MultipleClassLoaderTest fails on Windows (d4f4dc2)

Contributors

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

3.43.0.0

7 months ago

Changelog

🚀 Features

  • upgrade to sqlite 3.43.0 (6e02ee7)

🐛 Fixes

jdbc

  • 🚨 remove support for Statement#getGeneratedKeys: getGeneratedKeys is not supported anymore (712a8a5), closes #329

🔄️ Changes

  • 🚨 remove the deprecated SQLiteJDBCLoader isPureJavaMode and getPureJavaFlag: methods are removed (e52c44f)
  • 🚨 remove the deprecated TransactionMode.DEFFERED: no more backward compatibility when using the deprecated enum value (8967d75)

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (a89a42a)
  • bump org.apache.maven.plugins:maven-enforcer-plugin (5488061)

deps-dev

  • bump org.mockito:mockito-core from 5.4.0 to 5.5.0 (fffd224)

unscoped

  • remove conditions over native or java mode (c4ddd1e)

Contributors

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

3.42.0.1

8 months ago

Changelog

🐛 Fixes

jdbc

  • PreparedStatement#executeQuery should not return null (1eacd68), closes #914
  • add fallback to LocalDateTime.parse in ResultSet#getObject (d76c933)
  • ResultSet#getObject could throw a NPE (ea165fa), closes #915
  • check parameters presence in getParameterType (76b560d), closes #911

native-image

  • make sure the parent directory exists before exporting (bfa7510)

unscoped

  • use dylib extension instead of jnilib for MacOS library names (78defd0)
  • correct the exception message when backup fails (3ffef4d)

🔄️ Changes

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (168c998)
  • bump jreleaser-maven-plugin from 1.6.0 to 1.7.0 (0bccb7c)
  • bump native-maven-plugin from 0.9.22 to 0.9.23 (3be5102)
  • bump surefire.version from 3.1.0 to 3.1.2 (b2f968f)
  • bump versions-maven-plugin from 2.15.0 to 2.16.0 (6c3430d)
  • bump maven-source-plugin from 3.2.1 to 3.3.0 (774c104)
  • bump maven-bundle-plugin from 5.1.8 to 5.1.9 (e41c5e6)

deps-dev

  • bump ch.qos.logback:logback-classic (d370eea)
  • bump com.tngtech.archunit:archunit-junit5 (30b71aa)
  • bump org.junit.jupiter:junit-jupiter (14e5eb8)
  • bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 (85f8319)
  • bump mockito-core from 5.3.1 to 5.4.0 (3d28792)
  • bump logback-classic from 1.4.7 to 1.4.8 (1738823)

unscoped

  • update to GraalVM 23 (840ce0e)
  • fix version update in README (3054957)

📝 Documentation

  • add project status in README (cae28b1)

Contributors

We'd like to thank the following people for their contributions: Brenton Bostick, Gauthier, Gauthier Roebroeck, Jean-Christophe Gay, Kristof, jdev-2020