forked from pool/sqlite-jdbc
Accepting request 1074157 from Java:packages
- Update to v3.41.2.1 * Features ~ sqlite bump sqlite to 3.41.2 (8cdaf59) * Build ~ jreleaser categorize scopes in changelog (e3e5ae7) - 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) OBS-URL: https://build.opensuse.org/request/show/1074157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=9
This commit is contained in:
commit
24d08491dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e6807b1cf09f6b53f2b24a0c372ec95a8eb1af7f5fcaf8c99c02fb206fa95e6
|
||||
size 16794408
|
3
3.41.2.1.tar.gz
Normal file
3
3.41.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9f33a7128cb821cc6c0d54577b6db7b736acb1f610b01b935ee0e9a96431198
|
||||
size 16803373
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:146ce189b67fdbefbf2d72cdc81e198d07ff643614cc9102e9bf063255e8e7e1
|
||||
size 2622064
|
3
sqlite-amalgamation-3410200.zip
Normal file
3
sqlite-amalgamation-3410200.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01df06a84803c1ab4d62c64e995b151b2dbcf5dbc93bbc5eee213cb18225d987
|
||||
size 2623078
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 24 09:38:55 UTC 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 09:28:52 UTC 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 08:19:26 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||
%global version 3.41.0.0
|
||||
%global amalgamation_version 3410000
|
||||
%global version 3.41.2.1
|
||||
%global amalgamation_version 3410200
|
||||
%global debug_package %{nil}
|
||||
Name: sqlite-jdbc
|
||||
Version: %{version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user