Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
h2.pdf | 2024-07-14 | 2.1 MB | |
h2-mvstore-2.3.230.jar | 2024-07-14 | 359.2 kB | |
h2-mvstore-2.3.230-sources.jar | 2024-07-14 | 182.7 kB | |
h2-mvstore-2.3.230-javadoc.jar | 2024-07-14 | 273.4 kB | |
bundle-mvstore.jar | 2024-07-14 | 787.8 kB | |
h2-2.3.230.jar | 2024-07-14 | 2.7 MB | |
h2-2.3.230-sources.jar.asc | 2024-07-14 | 866 Bytes | |
h2-2.3.230-javadoc.jar | 2024-07-14 | 4.9 MB | |
bundle.jar | 2024-07-14 | 8.9 MB | |
h2-2024-07-15.zip | 2024-07-14 | 10.1 MB | |
h2-setup-2024-07-15.exe | 2024-07-14 | 6.9 MB | |
README.md | 2024-07-14 | 3.2 kB | |
version-2.3.230 source code.tar.gz | 2024-07-14 | 3.8 MB | |
version-2.3.230 source code.zip | 2024-07-14 | 5.0 MB | |
Totals: 14 Items | 45.9 MB | 0 |
Version 2.3.230 (2024-07-15)
- Issue [#2752]: Fix for "double mark" error at database backup opening
- Issue [#4052]: Allow 0 as a valid chunk id
- Issue [#4012]: Fix "Chunk not found" database corruption by ensure proper prologue/epilogue for every SQL statement in JDBC ";" - separated list
- Issue [#3960]: Fix NPE in page rewrite
- Issue [#3909]: Reduce resource consumption of too aggressive disk space housekeeping
- Issue [#701]: An available index is never used for ordering, when the requested order is DESC
- Issue [#4036]: NULLS NOT DISTINCT constraint changed after column dropped
- Issue [#4033]: Wrong array produced when using ARRAY_AGG() on UNNEST(ARRAY[CAST(? AS INT)]) expression in a PreparedStatement
- Issue [#3909]: Maintenance taking too much resources since 2.2.222
- Issue [#4010]: org.h2.jdbc.JdbcConnection.getTypeMap() returns null
- PR [#4007]: Update pom.xml related to CVE-2024-1597
- Issue [#3907]: MvStoreTool unable to Repair() or Rollback() [2.1.214]
- RP [#3997]: Server-side batch execution for prepared statements
- Issue [#3106]: Trailing commas in SELECT are accepted by the parser
- PR [#3992]: Add IPv6 support to H2 Console
- Issue [#3966]: Unable to insert null into a JSON column
- Issue [#3554]: Regression in 2.1.214 when joining 2 recursive CTE containing bind values
- PR [#3989]: Refactor CTE-related code and reduce recompilations
- Issue [#3987]: Allow empty <with column list>
- Issue [#822]: WITH clauses' column aliases are not maintained correctly when selecting from CTE from within a derived table
- Issue [#910]: Common Table Expressions (CTE) inside WITH should have their own identifier scope
- Issue [#3981]: Unexpected result when using trigonometric functions
- Issue [#3983]: INVISIBLE columns should be ignored in INSERT statement without explicit column list
- Issue [#3960]: NullPointerException when executing batch insert
- Issue [#3972]: Constraints of local temporary tables aren't listed in INFORMATION_SCHEMA
- PR [#3973]: Fix Tool.showUsage() for GUIConsole
- Issue [#3968]: Add possibility to get index size on disk
- Issue [#3909]: Maintenance taking too much resources since 2.2.222
- Issue [#3950]: JdbcSQLIntegrityConstraintViolationException: Unique index or primary key violation
- PR [#3947]: Compound index search fix
- Issue [#3940]: Wrong estimation of a query execution cost with spatial index
- Issue [#3931]: MVStoreTool -dump throws a NullPointerException or returns binary data
- Issue [#3910]: Small error in the tutorial regarding full text search
- PR [#3915]: Improving search by compound indexes
- RP [#3893]: Fixed unit test is support en_GB locale
- Issue [#2834]: MERGE INTO fails with an error "Timeout trying to lock table"
- PR [#3879]: Require Java 11