- 02 3月, 2012 9 次提交
-
-
由 Thomas Mueller 提交于
The shell script h2.sh did not work with spaces in the path. It also works now with quoted spaces in the argument list.
-
由 Thomas Mueller 提交于
If the transaction log could not be truncated because of an uncommitted transaction, now "Transaction log could not be truncated" is written to the .trace.db file.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
A persistent tree map (work in progress) which might replace the storage of the database at some point in the far future.
-
- 28 2月, 2012 2 次提交
-
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
display transactionStart in JMX listSessions operation, useful for debugging long-running transactions
-
- 27 2月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Modify ALTER TABLE ADD to support adding multiple columns in one command.
-
- 24 2月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 380: ALTER TABLE ADD FOREIGN KEY with an explicit index didn't verify the index can be used, which would lead to a NullPointerException later on.
-
- 23 2月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
Issue 380: ALTER TABLE ADD FOREIGN KEY with an explicit index didn't verify the index can be used, which would lead to a NullPointerException later on.
-
- 21 2月, 2012 3 次提交
-
-
由 Thomas Mueller 提交于
The wrong kind of exception (NullPointerException) was thrown in a UNION query with an incorrect ORDER BY expression.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 2月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 2月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 2月, 2012 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
CSV tool: new feature to preserve the case sensitivity of column names (option caseSensitiveColumnNames).
-
由 noelgrandin 提交于
-
- 07 2月, 2012 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 03 2月, 2012 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 02 2月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 01 2月, 2012 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
-
由 Thomas Mueller 提交于
Trying to convert a VARCHAR to UUID will now fail if the text contains a character that is not a hex digit, '-', or not a whitespace.
-
- 30 1月, 2012 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
ALTER TABLE ALTER COLUMN no longer copies the data for widening conversions (for example if only the precision was increased) unless necessary.
-
由 Thomas Mueller 提交于
Multi-threaded kernel: concurrently running an online backup and updating the database resulted in a broken (transactionally incorrect) backup file in some cases.
-
由 Thomas Mueller 提交于
Multi-threaded kernel: concurrently running an online backup and updating the database resulted in a broken (transactionally incorrect) backup file in some cases.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 26 1月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-