名称
最后提交
最后更新
..
api Fulltext search (native): after re-opening the connection once the fulltext index was created, transaction rollbacks did not roll back the modifications in the index.
bnf Fix issues found by CodePro Analytix
command Creating a temporary table with the option 'transactional' will now also create the indexes in transactional mode
compress Possible slight optimization
constant The database file size grows now 35%, but at most 256 MB at a time.
constraint Referenced objects in check constraints could be dropped, which resulted in a database that can't be opened normally.
engine Database URLs can now be re-mapped to another URL using the system property "h2.urlMap", which points to a properties file with database URL mappings.
expression "group_concat(distinct ...)" did not work correctly in a view or subquery (the 'distinct' was lost). Example: select * from (select group_concat(distinct 1) from system_range(1, 3));
fulltext Fix issues found by CodePro Analytix
index The BLOB / CLOB data was dropped a little bit before the table was dropped. This could cause "lob not found" errors when the process was killed while a table was dropped.
jdbc Date, time, and timestamp data type processing has been re-implemented.
jdbcx assertThrows
jmx Split long lines.
message MERGE: if a unique key was violated (but not the primary key or the key columns of the merge itself), the wrong exception was thrown.
res Documentation.
result Read-only databases: some queries (such as distinct queries) tried to create temporary tables, which failed for read only databases.
schema Fix issues found by CodePro Analytix
security Split long lines.
server Fix issues found by CodePro Analytix
store The database file size grows now 35%, but at most 256 MB at a time.
table Fix issues found by CodePro Analytix
tools Fix issues found by CodePro Analytix
upgrade The H2 JDBC client can now be used in an unsigned Applet. The problem was that System.getProperty throws a SecurityException, which is now ignored.
util Profiler improvements.
value Reduce the time between reading millis and nanos, to avoid problems if the timestamp is concurrently updated.
Driver.java Loading commit data...
package.html Loading commit data...