名称
最后提交
最后更新
..
api Change copyright years.
bnf Removed unused code and reduce visibility where possible.
command The SQL parser silently ignored characters such as '^' or '\'. Now a syntax error is thrown.
compress Make methods static if possible.
constant Documentation.
constraint Referenced objects in check constraints could be dropped, which resulted in a database that can't be opened normally.
engine Include root cause in exception.
expression ROUND(..) now also works with just one parameter.
fulltext StringUtils.convertBytesToHex
index Recursive queries with many rows could throw an IndexOutOfBoundsException.
jdbc Clob.toString() and Blob.toString() now include the trace identifier.
jdbcx Issue 321: the database does not expect XA rollback without XA prepare (an exception was unnecessarily written into the .trace.db file).
jmx Small changes.
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 Documentation.
result Read-only databases: some queries (such as distinct queries) tried to create temporary tables, which failed for read only databases.
schema fix some javadoc @throws comments
security StringUtils.convertBytesToHex
server StringUtils.convertBytesToHex
store BLOB: InputStream.skip is now more efficient in embedded mode.
table Access to system tables is now more restrictive for non-admin users (the tables can be still listed and read, but some of the data is not included).
tools CSVREAD now supports the option 'preserveWhitespace'.
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 Improved performance for reading and writing date and time values.
value Component types are transferred over the network, but not persisted in the database file as of now.
Driver.java Loading commit data...
package.html Loading commit data...