- 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 5 次提交
- 
- 
由 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. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于XMLTEXT now supports an optional parameter to escape newlines. XMLNODE now support an optional parameter to disable indentation. 
- 
由 Thomas Mueller 提交于In the server mode, BLOB and CLOB objects are no longer closed when the result set is closed (as required by the JDBC spec). 
 
- 
- 22 12月, 2011 5 次提交
- 
- 
由 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. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于XMLTEXT now supports an optional parameter to escape newlines. XMLNODE now support an optional parameter to disable indentation. 
 
- 
- 15 12月, 2011 5 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Csv.write now formats date, time, and timestamp values using java.sql.Date / Time / Timestamp.toString(). Previously, ResultSet.getString() was used, which didn't work well for Oracle. 
- 
由 Thomas Mueller 提交于The page size of a persistent database can now be queries using: select * from information_schema.settings where name = 'info.PAGE_SIZE' 
- 
由 Thomas Mueller 提交于The shell script <code>h2.sh</code> can now be run from within a different directory. Thanks a lot to Daniel Serodio for the patch! 
 
-