Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 #3267

Merged
merged 2 commits into from
Sep 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

Bumps sqlite-jdbc from 3.39.2.1 to 3.39.3.0.

Release notes

Sourced from sqlite-jdbc's releases.

Release 3.39.3.0

Changelog

🚀 Features

  • 1cab301 [jdbc] support Statement.execute methods with autoGeneratedKeys parameter
  • 954dd4c [jdbc] ResultSetMetaData.getColumnClassName returns more accurate type
  • 0ede2be [jdbc] support for read-only transactions, fix timeout handling

🐛 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

Contributors

We'd like to thank the following people for their contributions: GitHub, Gauthier Roebroeck, Martin, github-actions, Gauthier, martin.haeusler

Commits
  • c22c5c5 chore(release): 3.39.3.0 [skip ci]
  • 975cd08 chore: update native libraries
  • eec8880 build(native): update SQLite to 3.39.3
  • 0ede2be feat(jdbc): support for read-only transactions, fix timeout handling
  • f4eaac4 fix(native): JRE crash on connection close with CommitListener and auto commi...
  • 6117c94 ci: fix build-native directory when downloading native libraries
  • 628a38e build(native): update dockcross windows x86/x64 images
  • 90550cc build(native): update dockcross images, fixes issue when running on Mac M1
  • 7c3f7de fix(jdbc): Statement.setEscapeProcessing should not throw unsupported exception
  • e14fcd0 fix(jdbc): throw SQLFeatureNotSupportedException instead of SQLException for ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.2.1 to 3.39.3.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.39.2.1...3.39.3.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from nvoxland as a code owner September 12, 2022 02:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 12, 2022
@github-actions
Copy link

github-actions bot commented Sep 12, 2022

Unit Test Results

  4 644 files  ±0    4 644 suites  ±0   33m 54s ⏱️ + 1m 22s
  4 626 tests ±0    4 411 ✔️ +4     215 💤  - 4  0 ±0 
54 684 runs  ±0  49 664 ✔️ +4  5 020 💤  - 4  0 ±0 

Results for commit b44abb4. ± Comparison against base commit 8e1a3fb.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@nvoxland nvoxland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corresponding PRs:

Copy link
Contributor

@XDelphiGrl XDelphiGrl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR updates the version of the SQLite JDBC driver to 3.39.3.0.

  • Test Harness execution with new JDBC passing & PR merged.
  • No CVEs reported on Maven Central.
  • No additional testing required.

APPROVED

Maven Central SQLite JDBC

@nvoxland nvoxland merged commit 735e121 into master Sep 21, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.xerial-sqlite-jdbc-3.39.3.0 branch September 21, 2022 21:45
@nvoxland nvoxland added this to the 1NEXT milestone Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocandidate dependencies Pull requests that update a dependency file java Pull requests that update Java code sprint2022-34
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants