- 11 1月, 2012 4 次提交
-
-
由 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 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
It is now possible to control the port that the server uses by passing in an AUTO_SERVER_PORT parameter.
-
- 22 11月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-