From 7cfd2d62a04cb5372d41e8fbb5cbba1897abe1b74d2325071c17d91566dc1a93 Mon Sep 17 00:00:00 2001 From: Anton Shvetz Date: Mon, 7 Nov 2022 11:16:02 +0000 Subject: [PATCH] - Update to v3.39.4.0 * Features ~ 8bcba01 jdbc: implement ResultSet#getObject with requested type ~ 9e9d144 allow override of detected architecture ~ 7f03781 update SQLite to 3.39.4 ~ fcb321e jdbc: DatabaseMetaData.getTypeInfo() returns more accurate values ~ be935e1 jdbc: add support for DatabaseMetaData#getSearchStringEscape * Fixes ~ f178b4e jdbc: ResultSet#isNullable() now checks for nullability instead of primary key ~ fe8f8d0 jdbc: simplify ResultSet#getBigDecimal ~ e8ba9dc jdbc: ResultSet#getBigDecimal could return 0 instead of null in some conditions ~ 58858f7 jdbc: Statement#getUpdateCount could return incorrect result when used concurrently ~ 8361efa jdbc: incorrect SQL could be generated in DatabaseMetaData#getImportedKeys ~ c8e86ae jdbc: DatabaseMetaData.getTables() shows all types if no type is provided ~ da570ba jdbc: DatabaseMetaData.getTables() returns sqlite_schema as SYSTEM TABLE ~ 8c78a66 jdbc: add missing description for DriverPropertyInfo * Changes ~ 22720f1 use SQLFeatureNotSupportedException when possible * Build ~ 3a115b0 bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 ~ accc542 bump jreleaser-maven-plugin from 1.1.0 to 1.3.1 OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=13 --- 3.39.3.0.tar.gz | 3 -- 3.39.4.0.tar.gz | 3 ++ sqlite-amalgamation-3390300.zip | 3 -- sqlite-amalgamation-3390400.zip | 3 ++ sqlite-jdbc.changes | 57 +++++++++++++++++++++++++++++++++ sqlite-jdbc.spec | 5 +-- 6 files changed, 66 insertions(+), 8 deletions(-) delete mode 100644 3.39.3.0.tar.gz create mode 100644 3.39.4.0.tar.gz delete mode 100644 sqlite-amalgamation-3390300.zip create mode 100644 sqlite-amalgamation-3390400.zip diff --git a/3.39.3.0.tar.gz b/3.39.3.0.tar.gz deleted file mode 100644 index 2c0aae8..0000000 --- a/3.39.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:810263f4c7e019a0b47012a4977dd174673fec56467145f502dee5ea977dc7bc -size 16493843 diff --git a/3.39.4.0.tar.gz b/3.39.4.0.tar.gz new file mode 100644 index 0000000..6c55a40 --- /dev/null +++ b/3.39.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d32524eafb258bb348db3a1ff08c1ae932a362f319a04e2af27a25f6cee489 +size 16683527 diff --git a/sqlite-amalgamation-3390300.zip b/sqlite-amalgamation-3390300.zip deleted file mode 100644 index 6daf02c..0000000 --- a/sqlite-amalgamation-3390300.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a89db3030d229d860ae56a8bac50ac9761434047ae886e47e7c8f9f428fa98ad -size 2557629 diff --git a/sqlite-amalgamation-3390400.zip b/sqlite-amalgamation-3390400.zip new file mode 100644 index 0000000..01ed792 --- /dev/null +++ b/sqlite-amalgamation-3390400.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c99955b21d2374f3a385d67a1f64cbacb1d4130947473d25c77ad609c03b4cd +size 2557873 diff --git a/sqlite-jdbc.changes b/sqlite-jdbc.changes index d6b779c..ea3fe68 100644 --- a/sqlite-jdbc.changes +++ b/sqlite-jdbc.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Mon Nov 7 11:06:55 UTC 2022 - Anton Shvetz + +- Update to v3.39.4.0 + * Features + ~ 8bcba01 jdbc: implement ResultSet#getObject with requested + type + ~ 9e9d144 allow override of detected architecture + ~ 7f03781 update SQLite to 3.39.4 + ~ fcb321e jdbc: DatabaseMetaData.getTypeInfo() returns more + accurate values + ~ be935e1 jdbc: add support for + DatabaseMetaData#getSearchStringEscape + * Fixes + ~ f178b4e jdbc: ResultSet#isNullable() now checks for + nullability instead of primary key + ~ fe8f8d0 jdbc: simplify ResultSet#getBigDecimal + ~ e8ba9dc jdbc: ResultSet#getBigDecimal could return 0 instead + of null in some conditions + ~ 58858f7 jdbc: Statement#getUpdateCount could return incorrect + result when used concurrently + ~ 8361efa jdbc: incorrect SQL could be generated in + DatabaseMetaData#getImportedKeys + ~ c8e86ae jdbc: DatabaseMetaData.getTables() shows all types if + no type is provided + ~ da570ba jdbc: DatabaseMetaData.getTables() returns + sqlite_schema as SYSTEM TABLE + ~ 8c78a66 jdbc: add missing description for DriverPropertyInfo + * Changes + ~ 22720f1 use SQLFeatureNotSupportedException when possible + * Build + ~ 3a115b0 bump nexus-staging-maven-plugin from 1.6.8 to 1.6.13 + ~ accc542 bump jreleaser-maven-plugin from 1.1.0 to 1.3.1 + ~ cd9a36a bump maven-gpg-plugin from 1.6 to 3.0.1 + ~ 574da41 bump maven-javadoc-plugin from 3.2.0 to 3.4.1 + ~ 47bf67d bump maven-bundle-plugin from 2.4.0 to 5.1.8 + ~ 507c718 bump maven-jar-plugin from 3.2.0 to 3.3.0 + ~ 5a3c89e bump maven-compiler-plugin from 3.1 to 3.10.1 + ~ f13f53d bump maven-help-plugin from 3.2.0 to 3.3.0 + ~ efcde7c bump spotless-maven-plugin from 2.12.3 to 2.27.2 + ~ fd60f9b bump mockito-core from 4.8.0 to 4.8.1 + ~ eaae213 add maven-enforcer-plugin + ~ 4238573 add versions-maven-plugin + ~ ee7a5a9 disable test_graalvm + ~ 5565528 exclude architecture tests from native + ~ af1ae47 add test architecture tests + ~ 9a19b8a add architecture tests + ~ bad80f2 deps: bump JUnit Pioneer from 1.4.2 to 1.7.1 + ~ ec066ac deps: bump JUnit from 5.7.2 to 5.9.1 + ~ c61c028 jdbc: add numeric types tests for ResultSet + ~ 8c5cd18 typo in workflow descriptions [skip ci] + * Documentation + ~ 7912b6b document usage for Android applications + +- Add build dependency on + mvn(org.apache.maven.plugins:maven-enforcer-plugin) + ------------------------------------------------------------------- Fri Sep 9 10:58:08 UTC 2022 - Anton Shvetz diff --git a/sqlite-jdbc.spec b/sqlite-jdbc.spec index e41b5cd..073b1f6 100644 --- a/sqlite-jdbc.spec +++ b/sqlite-jdbc.spec @@ -17,8 +17,8 @@ %{!?make_build:%global make_build make %{?_smp_mflags}} -%global version 3.39.3.0 -%global amalgamation_version 3390300 +%global version 3.39.4.0 +%global amalgamation_version 3390400 %global debug_package %{nil} Name: sqlite-jdbc Version: %{version} @@ -36,6 +36,7 @@ BuildRequires: maven-local BuildRequires: unzip BuildRequires: xmvn BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin) BuildRequires: mvn(org.hamcrest:hamcrest-all) BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)