forked from pool/sqlite-jdbc
Accepting request 1034637 from Java:packages
- 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) OBS-URL: https://build.opensuse.org/request/show/1034637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=4
This commit is contained in:
commit
c9d3e4bf6b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:810263f4c7e019a0b47012a4977dd174673fec56467145f502dee5ea977dc7bc
|
|
||||||
size 16493843
|
|
3
3.39.4.0.tar.gz
Normal file
3
3.39.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72d32524eafb258bb348db3a1ff08c1ae932a362f319a04e2af27a25f6cee489
|
||||||
|
size 16683527
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a89db3030d229d860ae56a8bac50ac9761434047ae886e47e7c8f9f428fa98ad
|
|
||||||
size 2557629
|
|
3
sqlite-amalgamation-3390400.zip
Normal file
3
sqlite-amalgamation-3390400.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c99955b21d2374f3a385d67a1f64cbacb1d4130947473d25c77ad609c03b4cd
|
||||||
|
size 2557873
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 7 11:06:55 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- 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 <shvetz.anton@gmail.com>
|
Fri Sep 9 10:58:08 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||||
%global version 3.39.3.0
|
%global version 3.39.4.0
|
||||||
%global amalgamation_version 3390300
|
%global amalgamation_version 3390400
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
Name: sqlite-jdbc
|
Name: sqlite-jdbc
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
@ -36,6 +36,7 @@ BuildRequires: maven-local
|
|||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
BuildRequires: xmvn
|
BuildRequires: xmvn
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
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.apache.maven.plugins:maven-javadoc-plugin)
|
||||||
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user