- 02 3月, 2012 4 次提交
-
-
由 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 提交于
-
- 25 1月, 2012 2 次提交
-
-
由 noelgrandin 提交于
add column type STRING_IGNORECASE to the kinds of columns we can change the length of without needing to copy the table
-
由 noelgrandin 提交于
-
- 23 1月, 2012 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The database file locking mechanism "FS" (;FILE_LOCK=FS) did not work on Linux since version 1.3.161.
-
由 Thomas Mueller 提交于
The script created by SCRIPT DROP did not always work if multiple views existed that depend on each other.
-