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 h2-mvstore from 1.4.200 to 2.0.202 #8302

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2021

Bumps h2-mvstore from 1.4.200 to 2.0.202.

Release notes

Sourced from h2-mvstore's releases.

Version 2.0.202

Besides many dozens of fixed bugs, performance improvements, more adherence to a standard SQL syntax and type system, there are

Some new features:

  • Complete re-work of INFORMATION_SCHEMA to be more in-line with the standard
  • Support for new types: ARRAY, ROW, JAVA_OBJECT
  • Numerous bit, string, array and system functions implemented
  • Standard-based access to generated keys
  • JDBC 4.2 compliance
  • Support for JDK 7 is dropped
  • PageStore is discontinued

MVStore changes:

  • Descending MVMap and TransactionMap cursor
  • Disk space reclamation algorithm improvements

Between version 1.4.200 and version 2.0.202 there have been considerable changes, such that a simple update is not possible. The official way to upgrade is to do a BACKUP of your existing database USING YOUR CURRENT VERSION OF H2. Then create a fresh database USING THE NEW VERSION OF H2, then perform a SCRIPT to load your data.

Commits

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 [h2-mvstore](https://github.com/h2database/h2database) from 1.4.200 to 2.0.202.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-1.4.200...version-2.0.202)

---
updated-dependencies:
- dependency-name: com.h2database:h2-mvstore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@Siedlerchr
Copy link
Member

Siedlerchr commented Dec 6, 2021

Between version 1.4.200 and version 2.0.202 there have been considerable changes, such that a simple update is not possible. The official way to upgrade is to do a BACKUP of your existing database USING YOUR CURRENT VERSION OF H2. Then create a fresh database USING THE NEW VERSION OF H2, then perform a SCRIPT to load your data.

As we always delete the database this should not be that problematic

org.h2.mvstore.MVStoreException: The read format 1 is smaller than the supported format 2 [2.0.202/5]

…om.h2database-h2-mvstore-2.0.202

* upstream/main:
  Remove bytebuddy (#8300)
  Bump postgresql from 42.2.24 to 42.3.1 (#8301)
@Siedlerchr Siedlerchr merged commit fcae62f into main Dec 6, 2021
@Siedlerchr Siedlerchr deleted the dependabot/gradle/com.h2database-h2-mvstore-2.0.202 branch December 6, 2021 17:39
Siedlerchr added a commit that referenced this pull request Dec 10, 2021
* upstream/main:
  Fix xmp import (#8311)
  New Crowdin updates (#8308)
  Fix file-filter in XMP Export (#8307)
  New Crowdin updates (#8306)
  Bump h2-mvstore from 1.4.200 to 2.0.202 (#8302)
  Remove bytebuddy (#8300)
  Bump postgresql from 42.2.24 to 42.3.1 (#8301)
  Update Gradle Wrapper from 7.3 to 7.3.1. (#8299)
  Apply search string to open library when keep search string is selected (#8294)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant