irfu / irfu-matlab

Matlab routines to work with space data, particularly with MMS and Cluster/CAA data. Also some general plasma routines.
56 stars 46 forks source link

Bump sqlite-jdbc from 3.39.4.0 to 3.39.4.1 in /.github #110

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sqlite-jdbc from 3.39.4.0 to 3.39.4.1.

Release notes

Sourced from sqlite-jdbc's releases.

Release 3.39.4.1

Changelog

πŸ› 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

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck, GitHub, Petr Hadraba, dependabot[bot], github-actions

Commits
  • 0be1e80 chore(release): 3.39.4.1 [skip ci]
  • f11b824 ci: fix boolean conditions, once more
  • 857ed4c ci: fix boolean conditions
  • 83dbe02 ci: print event inputs
  • 6d6f756 fix(jdbc): don't check if ResultSet is open in markCol
  • 4bfb174 fix(jdbc): throw SQLException instead of IllegalStateException
  • 6c95a88 test: add failing tests for PreparedStatement getMetaData before execution
  • 6a910b9 fix(jdbc): properly handle updateCount for PreparedStatement
  • 98f00d3 test: add failing tests for PreparedStatement getMoreResults and getUpdateCount
  • 87c4601 test: polish
  • 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 will merge this PR once CI passes on it, as requested by @thomas-nilsson-irfu.


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)