| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: sqlite-jdbc | Distribution: openSUSE Tumbleweed |
| Version: 3.50.3.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Mon Jul 21 15:49:57 2025 |
| Group: Development/Libraries/Java | Build host: reproducible |
| Size: 890264 | Source RPM: sqlite-jdbc-3.50.3.0-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/xerial/sqlite-jdbc | |
| Summary: SQLite JDBC Driver | |
SQLite JDBC is a library for accessing and creating SQLite database files in Java. Our SQLiteJDBC library requires no configuration since native libraries for major OSs, including Windows, Mac OS X, Linux etc., are assembled into a single JAR (Java Archive) file. The usage is quite simple; download our sqlite-jdbc library, then append the library (JAR file) to your class path.
Apache-2.0
* Mon Jul 21 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.50.2.0
* Features
~ jdbc
+ support JDBC4 CLOB and BLOB in PreparedStatement parameters
(9515a80)
~ sqlite
+ upgrade to sqlite 3.50.3 (ef4e649)
~ unscoped
+ build android native lib with 16kb page size (8548d1c),
closes #1296
* Build
~ deps
+ bump org.apache.maven.plugins:maven-enforcer-plugin
(e20d3b6)
+ bump org.apache.maven.plugins:maven-gpg-plugin (d1efafe)
+ bump org.jreleaser:jreleaser-maven-plugin (4042011)
* Documentation
~ update maven snapshot badge (19e32f0)
* Mon Jun 30 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.50.2.0
* Features
~ sqlite
+ upgrade to sqlite 3.50.2 (fb62309)
* Fixes
~ jdbc
+ update JDBC3DatabaseMetaData to enable supported features
(524ac3a)
+ ResultSetMetaData.getCatalogName incorrectly returns the
table name (891b650), closes #1279
~ unscoped
+ faulty android detection (170ce6e), closes #1287
* Build
~ deps
+ bump org.sonatype.central:central-publishing-maven-plugin
(d891708)
* Documentation
~ replace maven central links (6eea8c5)
~ update maven central badge in readme (9a4afe8)
* Mon Jun 09 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.50.1.0
* Features
~ sqlite
+ upgrade to sqlite 3.50.1 (9596393)
~ unscoped
+ better detection of Android environment (d540536), closes
[#1210]
+ do not create temporary file before opening connection
(639e362), closes #1260
* Changes
~ update comment link to Java issue tracker (79cc5fe)
* Build
~ deps
+ bump org.jreleaser:jreleaser-maven-plugin (8a64841)
+ bump org.junit:junit-bom from 5.12.1 to 5.12.2 (f3dff86)
+ bump surefire.version from 3.5.2 to 3.5.3 (0d2c2a5)
+ bump org.graalvm.buildtools:native-maven-plugin (75d0a0c)
+ bump org.jreleaser:jreleaser-maven-plugin (3baf8b8)
+ bump uraimo/run-on-arch-action from 2 to 3 (2b96823)
+ bump org.apache.maven.plugins:maven-compiler-plugin
(dc5a58c)
~ deps-dev
+ bump org.mockito:mockito-core from 5.17.0 to 5.18.0
(1f66a8d)
+ bump com.tngtech.archunit:archunit-junit5 (b2039f1)
+ bump org.mockito:mockito-core from 5.16.1 to 5.17.0
(c8ce29c)
+ bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.1
(6b70c85)
+ bump org.mockito:mockito-core from 5.16.0 to 5.16.1
(8417ae1)
+ bump org.mockito:mockito-core from 5.15.2 to 5.16.0
(70232b0)
~ unscoped
+ re-enable tests dependency (d86e4c0)
+ re-enable tests for snapshot publishing testing (737588a)
+ disable tests for snapshot publishing testing (45d285d)
+ try to fix snapshot publishing (ebbdf5d)
+ migrate from ossrh to central publishing (027bee5)
+ add JUnit 5.12 and GraalVM for JDK 24 support (bd0e995)
* Thu Mar 27 2025 Fridrich Strba <fstrba@suse.com>
- Fix javadoc generation with javadoc:aggregate
* Fri Feb 21 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.49.1.0
* 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)
* Fri Feb 07 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.49.0.0
* Features
~ sqlite
+ upgrade to sqlite 3.49.0
* Build
~ deps
+ bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2
~ deps-dev
+ bump org.assertj:assertj-core from 3.27.2 to 3.27.3
* Thu Jan 16 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.48.0.0
* 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)
* Fri Jan 03 2025 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.47.2.0
* 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)
* Tue Nov 26 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.47.1.0
* Features
~ sqlite
+ 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
* Wed Oct 23 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.47.0.0
* 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)
* Wed Sep 25 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.46.1.2
* Features
~ jdbc
add configuration to disable eager retrieval of generated
keys (aed5121), closes #1135
* Wed Sep 25 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.46.1.1
* 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)
* Sun Sep 01 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.46.1.0
* 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)
* Wed Aug 28 2024 Fridrich Strba <fstrba@suse.com>
- Added patch:
* sqlite-jdbc-no-implicit-function-declaration.patch
+ fix build with gcc 14
* Wed Jul 31 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.46.0.1
* Features
~ add riscv64 binaries (a4a5d48)
* Fixes
~ jdbc
+ generated columns with stored in SQLite are not marked as
generated (429bbe4), closes #1132
~ unscoped
+ never return arch as aarch64 when running in a 32-bit JVM
(0c3db0b), closes #1127
+ throw java.lang.ExceptionInInitializerError when calling
SQLiteConfig.Pragma.values() (ec0a524), closes #1123
* Build
~ deps
+ bump org.apache.maven.plugins:maven-javadoc-plugin
(c375a40)
+ bump org.graalvm.sdk:nativeimage from 24.0.1 to 24.0.2
(d50d5e6)
+ bump org.codehaus.mojo:versions-maven-plugin (14e07d4)
+ bump surefire.version from 3.3.0 to 3.3.1 (edac56b)
+ bump org.codehaus.mojo:versions-maven-plugin (f411591)
+ bump org.jreleaser:jreleaser-maven-plugin (2376d03)
+ bump org.apache.maven.plugins:maven-jar-plugin (d5394ea)
+ bump andymckay/cancel-action from 0.4 to 0.5 (99aa8d9)
+ bump surefire.version from 3.2.5 to 3.3.0 (b64f8fb)
+ bump org.apache.maven.plugins:maven-help-plugin (235143b)
+ bump org.apache.maven.plugins:maven-javadoc-plugin
(50ef887)
+ bump org.apache.maven.plugins:maven-enforcer-plugin
(efd5449)
+ bump org.sonatype.plugins:nexus-staging-maven-plugin
(dbbf4e0)
~ deps-dev
+ bump org.assertj:assertj-core from 3.26.0 to 3.26.3
(7293f78)
+ bump org.junit.jupiter:junit-jupiter (b80a294)
+ bump org.assertj:assertj-core from 3.25.3 to 3.26.0
(6188b48)
* Documentation
~ add riscv64 in the supported OS table (2b72c94)
~ mention temporary databases (0035ec4)
* Mon May 27 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.46.0.0
* Features
~ sqlite
+ upgrade to sqlite 3.46.0 (dfa37a1)
* Changes
~ fix typos in comment (662fb09)
* Build
~ deps
+ bump org.jreleaser:jreleaser-maven-plugin (2ae0884)
+ bump org.apache.maven.plugins:maven-gpg-plugin (88fa86f)
+ bump org.apache.maven.plugins:maven-jar-plugin (7f3fd87)
+ bump org.graalvm.sdk:nativeimage from 24.0.0 to 24.0.1
(d9fd689)
+ bump com.tngtech.archunit:archunit-junit5 from 1.2.1 to
1.3.0 (9e4a9df)
~ deps-dev
+ bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (ce10957)
~ unscoped
+ fix failing multi-arch (db057a8)
* Tue Apr 16 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.45.3.0
* Features
~ sqlite
+ upgrade to sqlite 3.45.3 (f271cf9)
* Build
~ deps
+ bump org.graalvm.sdk:nativeimage from 23.1.2 to 24.0.0
(09ca844)
+ bump org.apache.maven.plugins:maven-jar-plugin (12316ca)
+ bump org.apache.maven.plugins:maven-gpg-plugin (3420859)
+ bump org.apache.maven.plugins:maven-source-plugin (14f27ec)
+ bump org.apache.maven.plugins:maven-gpg-plugin (139e914)
+ bump org.apache.maven.plugins:maven-compiler-plugin
(607d48c)
+ bump org.apache.maven.plugins:maven-gpg-plugin (c556f08)
* Wed Mar 13 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.45.2.0
* 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
+ use BC signer (c84d122)
* Documentation
~ add gpg key to README (18c0bd4), closes #1049
~ adding try-with-resources to examples and demo. related #938
(9a072d3), closes #938
* Wed Jan 31 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.45.1.0
* 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)
* Fri Jan 19 2024 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.45.0.0
* 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)
* Mon Nov 27 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.44.1.0
* 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)
* Mon Nov 13 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.44.0.0
* 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)
* Wed Nov 01 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.43.2.2
* 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
+ add owner into config (a106632)
~ unscoped
+ add build step necessary for jreleaser when not pushing to
maven central (36116ca)
* Thu Oct 19 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.43.2.1
* Fixes
~ downgrade SLF4J to 1.7 (874a926), closes #990
* Documentation
~ update Sample in README (459fb04), closes #991
- Update to v3.43.2.0
* 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
~ spotless apply (77339ed)
~ replace generic exceptions (6d563d4)
* 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
+ add slf4j dependency (1663cfe)
~ unscoped
+ update native-image testing to GraalVM 21 (1229f00)
+ fix native configuration for slf4j (89dbda1)
+ MultipleClassLoaderTest fails on Windows (d4f4dc2)
- Do not package native libraries for Windows and Android into jar
* Sat Sep 09 2023 Fridrich Strba <fstrba@suse.com>
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
* Thu Aug 31 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.43.0.0
* 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)
- Update to v3.42.0.1
* 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
~ fix typos (8e999fe)
+ 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)
* Mon May 22 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.42.0.0
* Features
~ sqlite
+ update to sqlite 3.42.0 (9a3e755)
* Build
~ fix version update in README (6419a81)
* Fri May 19 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.41.2.2
* Features
~ jdbc
+ add support for LocalDate, LocalTime, LocalDateTime in
ResultSet#getObject (1d2ff63)
+ implement PreparedStatement getParameterType and
getParameterTypeName (bdb3d8a)
~ native-image
+ resource optimization and configuration to export native
lib (6f42683)
* Fixes
~ use random UUID for external resources (edb4b8a)
* Build
~ deps
+ bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe)
+ bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2)
+ bump surefire.version from 3.0.0 to 3.1.0 (658e907)
+ bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f)
+ bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636)
+ bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35)
+ bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82)
+ bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701)
+ bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191)
+ bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c)
~ deps-dev
+ bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348)
+ bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b)
+ bump logback-classic from 1.4.6 to 1.4.7 (5a4f485)
+ bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f)
+ bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983)
+ bump junit-jupiter from 5.9.1 to 5.9.2 (c917e81)
+ bump logback-classic from 1.4.5 to 1.4.6 (eab4939)
~ unscoped
+ replace jdk 19 with 20 (0c5a645)
+ replace asciidoc variables during release (0053e60)
+ run spotless:check during maven verify phase (043efd7)
* Documentation
+ use markdown for SECURITY.md because Github doesn't support
Asciidoc (00e9c3f)
+ convert markdown to asciidoc (fb0f263)
- Exclude code which depends on GraalVM.
* Fri Mar 24 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.41.2.1
* Features
~ sqlite
bump sqlite to 3.41.2 (8cdaf59)
* Build
~ jreleaser
categorize scopes in changelog (e3e5ae7)
* Tue Mar 21 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.41.0.1
* Features
~ jdbc: remove length/dimension in DatabaseMetaData#getColumns
TYPE_NAME (b09e093)
~ sqlite: add support for legacy_alter_table flag (26df15f),
closes #481
~ add SQLiteDataSource #setBusyTimeout (12f2113)
* Fixes
~ jdbc: return DatabaseMetaData#getColumns DATA_TYPE as int
instead of String (b7c40c3), closes #859
~ database from jar resource no longer keeps the jar
file-descriptor open (38c25af)
~ keep SQLiteConfig cached busyTimeout more consistent with
busy_timeout pragma (8be7243)
* Build
~ build(deps-dev): bump mockito-core from 4.8.1 to 5.2.0
(1874299)
~ deps: bump native-maven-plugin from 0.9.19 to 0.9.20
(a99ac0c)
~ build(deps-dev): bump assertj-core from 3.23.1 to 3.24.2
(12d1f2c)
~ deps: bump jreleaser-maven-plugin from 1.4.0 to 1.5.1
(5fba437)
~ deps: bump surefire.version from 3.0.0-M7 to 3.0.0 (15db506)
~ build(deps-dev): bump junit-pioneer from 1.7.1 to 2.0.0
(db56d15)
~ deps: bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (7085bf4)
~ build(deps-dev): bump archunit-junit5 from 1.0.0 to 1.0.1
(bfe7c1b)
~ build(deps-dev): bump logback-classic from 1.3.4 to 1.4.5
(276f682)
~ deps: bump maven-enforcer-plugin from 3.1.0 to 3.2.1
(f67c97a)
~ dependabot: enable updates for all deps (8a2a5b1)
~ jreleaser: add missing perf labeler (c2bfaa4)
* Thu Feb 23 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.41.0.0
* Features
~ bump sqlite to 3.41.0 (a1c3625)
* Fixes
~ jdbc: DatabaseMetaData#getColumns now returns SCOPE_CATALOG
column instead of SCOPE_CATLOG (4429515), closes #837
* Build
~ use junit-jupiter in POM to pull all dependencies
transitively (7863376), closes #838
* Thu Feb 02 2023 Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.40.1.0
* Features
~ update SQLite to 3.40.1 (4ba7c8c)
~ allow correct recognition of android os if running termux
(89ceb0d)
* Fixes
~ jdbc: DatabaseMetaData#getPrimaryKeys and getExportedKeys
should return an empty ResultSet for sqlite_schema (0dc6ad9),
closes #831
~ jdbc: DatabaseMetaData#getColumns should also retrieve
columns from SYSTEM TABLE types (473f528)
~ DatabaseMetaData#getTypeInfo's result should be ordered by
DATA_TYPE (05bb929), closes #832
~ native: fixes and improvements for backup/restore (b13c908)
~ jdbc: DatabaseMetaData#getImportedKeys reports empty FK_NAME
when created using quotes (ba69b2e), closes #506
* Changes
~ replace mention of sqlite_master with sqlite_schema (e68bc05)
~ use temp directory instead of ./target (f97c0a0)
* Build
~ release depends on test_graalvm (9f521a4)
~ refine GraalVM native-image configuration and fix native test
execution (e437b3f)
~ hide bot names from release contributors (5d1a280)
~ replace java 18 with java 19 (4c80ee7)
~ use temp directory instead of ./target (e14c3b8), closes #825
~ try to fix build native for PRs (f7bd3cd)
~ try to fix build native for PRs (b23de9e)
~ try to fix build native for PRs (5aa6a30)
~ add 2023 url for amalgamation download (e3b6f8c)
~ deps: bump JReleaser to 1.4.0 (0db312f)
~ add test for unixepoch (3904e83)
* Documentation
~ use https for links to www.sqlite.org (7ac8de8)
~ update README badge for CI (832d26f)
~ changelog shows breaking change description (5ad78ba), closes
[#814]
/usr/lib64/java/sqlite-jdbc.jar /usr/share/doc/packages/sqlite-jdbc /usr/share/doc/packages/sqlite-jdbc/CHANGELOG /usr/share/doc/packages/sqlite-jdbc/README.adoc /usr/share/doc/packages/sqlite-jdbc/SECURITY.md /usr/share/doc/packages/sqlite-jdbc/SQLiteJDBC.wiki /usr/share/doc/packages/sqlite-jdbc/USAGE.md /usr/share/licenses/sqlite-jdbc /usr/share/licenses/sqlite-jdbc/LICENSE /usr/share/licenses/sqlite-jdbc/LICENSE.zentus /usr/share/licenses/sqlite-jdbc/NOTICE /usr/share/maven-metadata/sqlite-jdbc.xml /usr/share/maven-poms/sqlite-jdbc.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 30 22:32:16 2026