- 24 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 23 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 2月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 2月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 2月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 11 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
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.
-
- 10 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 31 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 279: Auto-Server mode: unclear error message when trying to connect using AUTO_SERVER if the database is already open without the flag (Connection is broken: "null").
-
- 29 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 25 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 24 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
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).
-
- 18 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
A new sample application that shows how to create a read-only database in a zip file where the database file is split into multiple smaller parts.
-
- 13 1月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The wrong error message was thrown when trying to open a database where the database file could not be read for some reason (for example because the split file system was used, and the file was split at the wrong position).
-
- 12 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
The scan-resistant cache type "TQ" (two queue) is again available. To use it, append ;CACHE_TYPE=TQ to the database URL.
-
- 10 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
When the system property h2.lobInDatabase is set, reading a BLOB is a bit faster because the length is not read.
-
- 23 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 12月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Improved date / time arithmetics. Adding and subtracting a floating point value from a date or timestamp is now supported.
-
- 17 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-