- 23 1月, 2012 9 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The database file locking mechanism "FS" (;FILE_LOCK=FS) did not work on Linux since version 1.3.161.
-
由 Thomas Mueller 提交于
The script created by SCRIPT DROP did not always work if multiple views existed that depend on each other.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Sequences: the functions NEXTVAL and CURRVAL did not work as expected when using quoted, mixed case sequence names.
-
由 Thomas Mueller 提交于
MathUtils.getSecureRandom could log a warning to System.err in case the /dev/random is very slow, and the System.getProperties().toString() returned a string larger than 64 KB.
-
- 11 1月, 2012 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 06 1月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 12月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 12月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
On out of disk space, the database could get corrupt sometimes, if later write operations succeeded. Now the file is closed on the first unsuccessful write operation, so that later requests fail consistently. DatabaseEventListener.diskSpaceIsLow() is no longer supported because it can't be guaranteed that it always works correctly.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
XMLTEXT now supports an optional parameter to escape newlines. XMLNODE now support an optional parameter to disable indentation.
-
由 Thomas Mueller 提交于
In the server mode, BLOB and CLOB objects are no longer closed when the result set is closed (as required by the JDBC spec).
-
- 22 12月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
On out of disk space, the database could get corrupt sometimes, if later write operations succeeded. Now the file is closed on the first unsuccessful write operation, so that later requests fail consistently. DatabaseEventListener.diskSpaceIsLow() is no longer supported because it can't be guaranteed that it always works correctly.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
XMLTEXT now supports an optional parameter to escape newlines. XMLNODE now support an optional parameter to disable indentation.
-
- 15 12月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Csv.write now formats date, time, and timestamp values using java.sql.Date / Time / Timestamp.toString(). Previously, ResultSet.getString() was used, which didn't work well for Oracle.
-
由 Thomas Mueller 提交于
The page size of a persistent database can now be queries using: select * from information_schema.settings where name = 'info.PAGE_SIZE'
-
由 Thomas Mueller 提交于
The shell script <code>h2.sh</code> can now be run from within a different directory. Thanks a lot to Daniel Serodio for the patch!
-
- 07 12月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
In the server mode, BLOB and CLOB objects are no longer closed when the result set is closed (as required by the JDBC spec).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 11月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The following system properties are no longer supported:, h2.allowBigDecimalExtensions, h2.emptyPassword, h2.minColumnNameMap, h2.returnLobObjects, h2.webMaxValueLength.
-
- 24 11月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 23 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-