SHA256
1
0
forked from pool/sqlite-jdbc

- Update to v3.39.3.0

* Features
    ~ 1cab301 [jdbc] support Statement.execute methods with
      autoGeneratedKeys parameter
    ~ 954dd4c [jdbc] ResultSetMetaData.getColumnClassName returns
      more accurate type
  * Fixes
    ~ f4eaac4 [native] JRE crash on connection close with
      CommitListener and auto commit disabled
    ~ 7c3f7de [jdbc] Statement.setEscapeProcessing should not throw
      unsupported exception
    ~ e14fcd0 [jdbc] throw SQLFeatureNotSupportedException instead
      of SQLException for unsupported features
    ~ 09d4db2 [jdbc] DatabaseMetaData.supportsFullOuterJoins
      returns true for SQLite 3.39+
    ~ bbb7d2c [jdbc] incorrect DatabaseMetaData JDBC version
      major/minor
    ~ bc5174b [jdbc] getDate, getTime, and getTimestamp crash on
      empty text
    ~ 1c84e06 [jdbc] ResultSetMetaData.getColumnType now returns
      BIGINT if the value is large
    ~ b7396a1 [jdbc] detect TIMESTAMP stored in SQLITE_TEXT
  * Build
    ~ eec8880 [native] update SQLite to 3.39.3
    ~ 6117c94 fix build-native directory when downloading native
      libraries
    ~ 628a38e [native] update dockcross windows x86/x64 images
    ~ 90550cc [native] update dockcross images, fixes issue when
      running on Mac M1
    ~ 0bfe4f0 replace junit jupiter assumptions with assertJ

OBS-URL: https://build.opensuse.org/package/show/Java:packages/sqlite-jdbc?expand=0&rev=11
This commit is contained in:
Anton Shvetz 2022-09-09 11:02:26 +00:00 committed by Git OBS Bridge
parent 803071373e
commit 907556d9e5
6 changed files with 52 additions and 8 deletions

View File

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

3
3.39.3.0.tar.gz Normal file
View File

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

View File

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

View File

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

View File

@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Sep 9 10:58:08 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to v3.39.3.0
* Features
~ 1cab301 [jdbc] support Statement.execute methods with
autoGeneratedKeys parameter
~ 954dd4c [jdbc] ResultSetMetaData.getColumnClassName returns
more accurate type
* Fixes
~ f4eaac4 [native] JRE crash on connection close with
CommitListener and auto commit disabled
~ 7c3f7de [jdbc] Statement.setEscapeProcessing should not throw
unsupported exception
~ e14fcd0 [jdbc] throw SQLFeatureNotSupportedException instead
of SQLException for unsupported features
~ 09d4db2 [jdbc] DatabaseMetaData.supportsFullOuterJoins
returns true for SQLite 3.39+
~ bbb7d2c [jdbc] incorrect DatabaseMetaData JDBC version
major/minor
~ bc5174b [jdbc] getDate, getTime, and getTimestamp crash on
empty text
~ 1c84e06 [jdbc] ResultSetMetaData.getColumnType now returns
BIGINT if the value is large
~ b7396a1 [jdbc] detect TIMESTAMP stored in SQLITE_TEXT
* Build
~ eec8880 [native] update SQLite to 3.39.3
~ 6117c94 fix build-native directory when downloading native
libraries
~ 628a38e [native] update dockcross windows x86/x64 images
~ 90550cc [native] update dockcross images, fixes issue when
running on Mac M1
~ 0bfe4f0 replace junit jupiter assumptions with assertJ
~ 12263cd test with external amalgamation
~ c408b8f add graalvm argument following assertj migration
~ f3ac947 migrate to assertJ
~ 487f225 remove old travis files
~ ea3c662 fix missing condition for build-native workflow
* Documentation
~ 4b5d0a6 mention support of Linux musl 32bits
* --------
~ 0ede2be [jdbc] support for read-only transactions, fix
timeout handling
-------------------------------------------------------------------
Wed Aug 31 08:22:21 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>

View File

@ -17,8 +17,8 @@
%{!?make_build:%global make_build make %{?_smp_mflags}}
%global version 3.39.2.1
%global amalgamation_version 3390200
%global version 3.39.3.0
%global amalgamation_version 3390300
%global debug_package %{nil}
Name: sqlite-jdbc
Version: %{version}