名称
最后提交
最后更新
..
api Change copyright years.
bnf SQL statements with a non-breaking space were considered invalid.
command IBM DB2 and Apache Derby compatibility: support the pseudo-table SYSIBM.SYSDUMMY1.
compress Make methods static if possible.
constant Date, time, and timestamp data type processing has been re-implemented.
constraint Referenced objects in check constraints could be dropped, which resulted in a database that can't be opened normally.
engine IBM DB2 and Apache Derby compatibility: support the pseudo-table SYSIBM.SYSDUMMY1.
expression Date, time, and timestamp data type processing has been re-implemented.
fulltext Documentation.
index ROWNUM() did not work in combination with IN(..). The following query did not work as expected: select * from (select rownum r from test) where r in (1, 2).
jdbc Date, time, and timestamp data type processing has been re-implemented.
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 Documentation.
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 Documentation.
store Date, time, and timestamp data type processing has been re-implemented.
table Date, time, and timestamp data type processing has been re-implemented.
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 Javadocs.
value Javadocs.
Driver.java The database can now be compiled with Java 7.
package.html Change copyright years.