- 11 2月, 2011 2 次提交
-
-
由 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.
-
由 Thomas Mueller 提交于
-
- 10 2月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
CallableStatement: the first row of the result set was skipped when using CallableStatement.execute().
-
由 Thomas Mueller 提交于
Issue 284: If the query cache was used (enabled by default in version 1.3.x), and multiple threads used the same connection, and the same query but different prepared statements, parameters of one prepared statement could be overwritten by another.
-
由 Thomas Mueller 提交于
DatabaseMetaData.getProcedureColumns returned the wrong data (it also returned the Connection parameter if there was any).
-
- 08 2月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
Each table now has a pseudo-column "_ROWID_" to get the unique row id (only enabled for version 1.3.x).
-
由 Thomas Mueller 提交于
Initial support to list transactions (work in progress).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
User defined functions can now have parameters of any class. Values of type OTHER (or OBJECT or JAVA_OBJECT) are automatically de-serialized in that case.
-
- 02 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 01 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
CSVREAD / CSVWRITE: instead of setting the options one by one, all options can be combined into a space separated key-value pairs.
-
- 25 1月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
New database setting OPTIMIZE_IN_SELECT (enabled by default for version 1.3.x). If enabled, IN(SELECT...) conditions are faster if there are many rows in the table or subquery.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 24 1月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 23 1月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 22 1月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Investigate why closing a file sometimes takes 45 seconds (see also http://stackoverflow.com/questions/4760809/closing-a-randomaccessfile-sometimes-takes-exactly-45-seconds)
-
由 Thomas Mueller 提交于
Investigate why closing a file sometimes takes 45 seconds (see also http://stackoverflow.com/questions/4760809/closing-a-randomaccessfile-sometimes-takes-exactly-45-seconds)
-
- 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Version 1.3: when re-running the same query so that the previous result was re-used, and if the result set was large so that it was stored externally (in a temp file or in a temp table), then reading rows from both result sets resulted in an exception or wrong behavior.
-
- 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.
-
- 14 1月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 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).
-
- 13 1月, 2011 4 次提交
-
-
由 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).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The scan-resistant cache type "TQ" (two queue) is again available. To use it, append ;CACHE_TYPE=TQ to the database URL.
-
- 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.
-