- 16 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
New experimental system property "h2.modifyOnWrite": when enabled, the database file is only modified when writing to the database. This should speed up the serialized file lock.
-
- 03 11月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 180: when deserializing objects, the context class loader is used instead of the default class loader if the system property "h2.useThreadContextClassLoader" is set. Thanks a lot to Noah Fontes for the patch!
-
由 Thomas Mueller 提交于
-
- 01 11月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 326: improved support for case sensitive (mixed case) identifiers without quotes when using DATABASE_TO_UPPER=FALSE.
-
- 28 10月, 2011 7 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 351: MySQL mode: can not create a table with the column "KEY", and can not open databases where such a table already exists. (KEY is _not_ a keyword.)
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 351: MySQL mode: can not create a table with the column "KEY", and can not open databases where such a table already exists. (KEY is now a keyword.)
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 27 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 354: when using the multi-threaded kernel option, and multiple threads concurrently prepared SQL statements that use the same view or the same index of a view, then in some cases an infinite loop could occur.
-
- 26 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 25 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 24 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Updateable result sets: if the value is not set when inserting a new row, the default value is now used (the same behavior as MySQL, PostgreSQL, and Apache Derby) instead of NULL.
-
- 18 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 14 10月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 12 10月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 9月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
When using the built-in connection pool, after calling the "shutdown" SQL statement, a warning was written to the .trace.db file about an unclosed connection.
-
- 19 9月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 9月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 9月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 11 9月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 10 9月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
Issue 340: Comparison with "x = all(select ...)" or similar in a view or subquery that was used as a table returned the wrong result.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Issue 335: Could not run DROP ALL OBJECTS DELETE FILES on older databases with CLOB or BLOB data. The problem was that the metadata table was not locked in some cases, so that a rollback could result in a corrupt database in a database if the lob storage was upgraded.
-
由 Thomas Mueller 提交于
-
- 24 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-