名称
最后提交
最后更新
..
api Change copyright years.
bnf Make methods static if possible.
command Documentation.
compress Make methods static if possible.
constant Documentation.
constraint Documentation.
engine Prepare release.
expression Removed unused code and reduce visibility where possible.
fulltext TCP Server: a base directory with a prefix with a database name with prefix didn't work as expected (this only applies to non-disk and wrapped file systems).
index Deleting rows in the trigger table inside a trigger could result in a NullPointerException.
jdbc Clob.getSubString and Blob.getBytes are now up to 3 times faster.
jdbcx Make methods static if possible.
jmx Small changes.
message Make methods static if possible.
res The H2 Console tool now supports a database URL as a command line option.
result The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x).
schema Make methods static if possible.
security Make methods static if possible.
server Improved error detection when starting a server with invalid arguments, such as "-tcpPort=9091" or "-tcpPort 9091" (as one parameter) instead of "-tcpPort", "9091".
store Documentation.
table The pseudo-column "_ROWID_" now supports insert, update, and merge (only enabled for version 1.3.x).
tools The new CSV option feature introduced in version 1.3.150 didn't support spaces. Now the escape mechanism is changed to support it.
upgrade TCP Server: a base directory with a prefix with a database name with prefix didn't work as expected (this only applies to non-disk and wrapped file systems).
util The function JAVADECODE ignored characters after a non-escaped double quote. This is no longer the case.
value User defined functions can now have parameters of any class. Values of type OTHER (or OBJECT or JAVA_OBJECT) are automatically de-serialized in that case.
Driver.java New database setting DEFAULT_CONNECTION (disabled by default) to support DriverManager.getConnection("jdbc:default:connection"). Please note the Oracle JDBC driver will try to resolve this database URL if it is loaded before the H2 driver.
package.html Change copyright years.