名称
最后提交
最后更新
..
api Documentation.
bnf StringUtils.replaceAllIgnoreCase
command NullPointerException in the parser.
compress Copyright / license
constant MVCC: when trying to insert two rows with the same key from two connections, the second connection immediately threw the exception "Unique index or primary key violation".
constraint Referential integrity: it was not allowed to delete a row with NULL in the parent table, if there was a row with NULL in the child table.
engine New experimental database file locking mechanism "FS" to use native file locking.
expression Documentation.
fulltext Lucene 3.x support was added in the source code, however it is not yet enabled by default.
index Inserting rows in reverse order could throw an ArrayIndexOutOfBoundsException in some cases (specially rows larger than the page size, which is 2 KB by default). Issue 226.
jdbc CAST(NULL AS ...) doesn't forget the data type, precision, and scale any longer.
jdbcx The built-in connection pool (JdbcConnectionPool) did not always honor the login timeout (the timeout could occur much too early).
message Move convertStringToBytes to StringUtils.
res Documentation: the grammar and function documentation can now be easier translated.
result Data modifications (inserts, updates, and deletes) are now up to 5 times faster in some cases.
schema Empty lines.
security New experimental pseudo-encryption algorithm "FOG".
server H2 Console: with Chrome and Safari, resizing the table/query frame doesn't work. Issue 225.
store New experimental database file locking mechanism "FS" to use native file locking.
table Documentation.
tools The command line tools now say so if the source directory of an option doesn't exist.
upgrade For unecnrypted databases, the automatic upgrade temporary script file is now unencrypted again.
util Documentation.
value Server mode: if the client ran with a different timezone setting than the server, date values got shifted by the difference between the timezones.
Driver.java StringUtils.replaceAllIgnoreCase
package.html Documentation.