SHA256
1
0
forked from pool/sqlite-jdbc

Accepting request 1037029 from Java:packages

3.39.4.1

OBS-URL: https://build.opensuse.org/request/show/1037029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite-jdbc?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-11-21 14:30:00 +00:00 committed by Git OBS Bridge
commit ecd7e8e37c
4 changed files with 37 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72d32524eafb258bb348db3a1ff08c1ae932a362f319a04e2af27a25f6cee489
size 16683527

3
3.39.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9e92e83589c2410dbf4362720c3d63f38ec0b6d738e550f054458790a395e81
size 16684095

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Thu Nov 17 15:58:27 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.39.4.1
* Fixes
~ jdbc: don't check if ResultSet is open in markCol (6d6f756)
~ jdbc: throw SQLException instead of IllegalStateException
(4bfb174)
~ jdbc: properly handle updateCount for PreparedStatement
(6a910b9)
~ jdbc: don't close ResultSet when last row is passed (a21229d)
~ jdbc: properly reset Statement between reuse (f497c43)
* Build
~ fix boolean conditions, once more (f11b824)
~ fix boolean conditions (857ed4c)
~ print event inputs (83dbe02)
~ add failing tests for PreparedStatement getMetaData before
execution (6c95a88)
~ add failing tests for PreparedStatement getMoreResults and
getUpdateCount (98f00d3)
~ polish (87c4601)
~ replace deprecated set-output usage (7ee209c)
~ add a release flag on CI workflow dispatch (f9e5e7f)
~ add failing tests when getting ResultSet metadata past last
row (64771ef)
~ add failing tests when reusing statements (267e80b)
~ deps: bump andymckay/cancel-action from 0.2 to 0.3 (67b5899)
~ fix attach-javadoc failing with release profile (9d3e2ca)
~ change jreleaser's changelog format (4896a15)
~ multi-release JAR with module-info.java (5bf7566)
* Documentation
~ update release process (d91948e)
-------------------------------------------------------------------
Mon Nov 7 11:06:55 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -17,7 +17,7 @@
%{!?make_build:%global make_build make %{?_smp_mflags}}
%global version 3.39.4.0
%global version 3.39.4.1
%global amalgamation_version 3390400
%global debug_package %{nil}
Name: sqlite-jdbc