名称
最后提交
最后更新
..
api Change copyright years.
bnf Removed unused code and reduce visibility where possible.
command Non-admin users could not open a database using a mode (MODE=xxx) if the database was already open, even if the mode matched.
compress Make methods static if possible.
constant The SQL state of the following exceptions has been changed: From 90009, 90010, 90011 to 22007: "Cannot parse DATE/TIME/TIMESTAMP constant ...".
constraint Referenced objects in check constraints could be dropped, which resulted in a database that can't be opened normally.
engine Split long lines.
expression The optimization for COUNT(..) on columns that are not nullable was also used for COUNT(DISTINCT ..), which is incorrect.
fulltext Split long lines.
index Split long lines.
jdbc Split long lines.
jdbcx Split long lines.
jmx Split long lines.
message This database no longer uses finalize() except for temporary files. The system property "h2.runFinalize" is no longer supported. Unclosed connections are still detected, but the opening stack trace is now collected only if connections are not closed repeatedly (starting with the second unclosed connection).
res The SQL state of the following exceptions has been changed: From 90009, 90010, 90011 to 22007: "Cannot parse DATE/TIME/TIMESTAMP constant ...".
result Read-only databases: some queries (such as distinct queries) tried to create temporary tables, which failed for read only databases.
schema Split long lines.
security Split long lines.
server PgServer: non-admin users could not open a database.
store Split long lines.
table Split long lines.
tools Split long lines.
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 The SQL state of the following exceptions has been changed: From 90009, 90010, 90011 to 22007: "Cannot parse DATE/TIME/TIMESTAMP constant ...".
value The SQL state of the following exceptions has been changed: From 90009, 90010, 90011 to 22007: "Cannot parse DATE/TIME/TIMESTAMP constant ...".
Driver.java Loading commit data...
package.html Loading commit data...