- 15 2月, 2012 2 次提交
-
-
由 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.
-
- 11 1月, 2012 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 06 1月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 12月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 12月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
On out of disk space, the database could get corrupt sometimes, if later write operations succeeded. Now the file is closed on the first unsuccessful write operation, so that later requests fail consistently. DatabaseEventListener.diskSpaceIsLow() is no longer supported because it can't be guaranteed that it always works correctly.
-