- 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 9 次提交
-
-
由 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.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Sequences: the functions NEXTVAL and CURRVAL did not work as expected when using quoted, mixed case sequence names.
-
由 Thomas Mueller 提交于
MathUtils.getSecureRandom could log a warning to System.err in case the /dev/random is very slow, and the System.getProperties().toString() returned a string larger than 64 KB.
-