- 22 12月, 2011 1 次提交
-
-
由 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 9 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Lucene fulltext search: creating an index is now faster if the table already contains data. Thanks a lot to Angel Leon from the FrostWire Team for the patch!
-
- 21 11月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 11月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 17 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 11月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Subqueries with an aggregate did not always work. Example: select (select count(*) from test where a = t.a and b = 0) from test t group by a
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-