Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
h2.pdf | 2023-08-23 | 2.1 MB | |
h2-setup-2023-08-22.exe | 2023-08-23 | 6.8 MB | |
h2-mvstore-2.2.222.jar | 2023-08-23 | 357.4 kB | |
h2-mvstore-2.2.222-sources.jar | 2023-08-23 | 180.2 kB | |
h2-mvstore-2.2.222-javadoc.jar | 2023-08-23 | 268.8 kB | |
h2-2023-08-22.zip | 2023-08-23 | 9.9 MB | |
h2-2.2.222.jar | 2023-08-23 | 2.6 MB | |
h2-2.2.222-sources.jar | 2023-08-23 | 1.8 MB | |
h2-2.2.222-javadoc.jar | 2023-08-23 | 3.7 MB | |
bundle.jar | 2023-08-23 | 7.8 MB | |
bundle-mvstore.jar | 2023-08-23 | 778.1 kB | |
README.md | 2023-08-23 | 1.3 kB | |
version-2.2.222.tar.gz | 2023-08-23 | 3.8 MB | |
version-2.2.222.zip | 2023-08-23 | 5.0 MB | |
Totals: 14 Items | 45.1 MB | 0 |
Version 2.2.222 (2023-08-22)
- Fixed race condition in MVStore causing database corruption "File corrupted in chunk ###"
- Issue [#3868]: INFORMATION_SCHEMA.SESSIONS.ISOLATION_LEVEL returns isolation level of the current session in all rows
- RP [#3865]: Add possibility to enable virtual worker threads in TCP, Web, and PG servers on Java 21+
- PR [#3864]: Improve performance of TCP client driver when it is used from virtual threads
- Issue [#2665]: Parser shouldn't suggest compatibility syntax elements on parsing error
- Issue [#3089]: GREATEST and LEAST aren't fully compliant with the SQL Standard
- PR [#3861]: Improve SET EXCLUSIVE 2 and use stable time source for timeout exceptions
- PR [#3859]: Fix conversion of PK columns to identity columns
- Issue [#3855]: StackOverflowError when using TRACE_LEVEL_SYSTEM_OUT=4
- PR [#3854]: Fix issues with newer JVMs
- PR [#3851]: Remove lift configuration
- PR [#3847]: Fix the NullPointerException caused by accessing 'user' after the session has been closed
- PR [#3846]: Make DB_CLOSE_ON_EXIT safer
- PR [#3842]: Adds support of quotedNulls in CSV handling