Multilple regression fixes discovered after 2.0.202 release,
There are no persistence changes between 2.0.202 and 2.0.204, so jar file swap is enough, if database had been upgraded to 2.0.202 already, otherwise please read the message below:
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.
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.
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 from 1.4.200 to 2.0.204.
Release notes
Sourced from h2's releases.
Commits
76994fd
Release preparation5512023
Merge pull request #3293 from katzyn/compatibilityf20c499
Add STRICT and LEGACY modesd3a0679
Merge pull request #3288 from katzyn/subquery9a438e9
Fix single-row subquery optimization once againeb731fa
Merge pull request #3284 from katzyn/cleanup1e649d2
Update changelog0dcfc4a
Remove SessionLocal.temporaryResults and cache EXSITS directly in Queryb359465
Remove unused UNDO_LOG setting77dc8d7
Remove # from recently updated tranlationsDependabot 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)