- 07 6月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 321: the database does not expect XA rollback without XA prepare (an exception was unnecessarily written into the .trace.db file).
-
- 06 6月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 321: the database does not expect XA rollback without XA prepare (an exception was unnecessarily written into the .trace.db file).
-
由 Thomas Mueller 提交于
Recover tool: the script generated by the recover tool didn't work if fulltext search was used, because the triggers were created before the primary keys.
-
- 05 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 6月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Read-only databases: some queries (such as distinct queries) tried to create temporary tables, which failed for read only databases.
-
由 Thomas Mueller 提交于
-
- 03 6月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
This database no longer uses finalize() except for temporary files. The system property "h2.runFinalize" is no longer supported. Unclosed connections are still detected, but the opening stack trace is now collected only if connections are not closed repeatedly (starting with the second unclosed connection).
-
由 Thomas Mueller 提交于
This database no longer uses finalize() except for temporary files. The system property "h2.runFinalize" is no longer supported. Unclosed connections are still detected, but the opening stack trace is now collected only if connections are not closed repeatedly (starting with the second unclosed connection).
-
- 02 6月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
This database no longer uses finalize() except for temporary files. The system property "h2.runFinalize" is no longer supported. Unclosed connections are still detected, but the opening stack trace is now collected only if connections are not closed repeatedly (starting with the second unclosed connection).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The following built-in functions were marked as deterministic and therefore not re-executed when using in a prepared statement: LOCK_TIMEOUT, LINK_SCHEMA, CANCEL_SESSION, FILE_READ
-
由 Thomas Mueller 提交于
A prepared statement if type CALL that returned a result set could throw a NullPointerExecption if executed multiple times.
-
- 30 5月, 2011 11 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The following prepared statements are now cached as well: insert, update, delete, merge, and transactional commands.
-
由 Thomas Mueller 提交于
-
- 29 5月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The built-in connection pool is now a bit faster, specially if the system property "h2.runFinalize" is set to "false".
-
由 Thomas Mueller 提交于
When trying to connect to a server using TCP/IP failed, it will retry at most until the timeout. Before, it was the timeout multiplied with the retry count.
-
由 Thomas Mueller 提交于
The scale was not set correctly in some cases when using CREATE TABLE AS SELECT if there was no explicit column definition.
-
- 27 5月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 26 5月, 2011 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
If some of the file system operations failed, System.gc() was called in a loop. Now it is called once at most.
-
由 Thomas Mueller 提交于
When altering a table with triggers, new triggers are created and initialized with a table name that ends with tableName_COPY_x_y.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Triggers (including the fulltext search) could throw the exception 'Unexpected code path' in Session.log.
-
由 Thomas Mueller 提交于
When altering a table with triggers, new triggers are created and initialized with a table name that ends with tableName_COPY_x_y.
-
- 24 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-