- 13 1月, 2011 5 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于The wrong error message was thrown when trying to open a database where the database file could not be read for some reason (for example because the split file system was used, and the file was split at the wrong position). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于The scan-resistant cache type "TQ" (two queue) is again available. To use it, append ;CACHE_TYPE=TQ to the database URL. 
 
- 
- 12 1月, 2011 2 次提交
- 
- 
由 Thomas Mueller 提交于The scan-resistant cache type "TQ" (two queue) is again available. To use it, append ;CACHE_TYPE=TQ to the database URL. 
- 
由 christian.peter.io 提交于Opening a database with a corrupt split file must lead to a database exception, not a "Database may be already in use" exception 
 
- 
- 11 1月, 2011 1 次提交
- 
- 
由 Thomas Mueller 提交于There was a memory leak in the trace system. Opening and closing many connections could run out of memory. 
 
- 
- 10 1月, 2011 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 07 1月, 2011 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 06 1月, 2011 5 次提交
- 
- 
由 Thomas Mueller 提交于Server tool: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server). 
- 
由 Thomas Mueller 提交于Lob in database: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Lob in database: after the process was killed while adding a lob, inserting a lob could throw an exception (primary key violation in LOB_MAP). 
 
- 
- 05 1月, 2011 6 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Multi-version concurrency: SELECT ... FOR UPDATE threw a "concurrent update" exception immediately instead of a "lock timeout" exception after the set lock timeout if the row was already locked by another connection. 
- 
由 Thomas Mueller 提交于Server tool: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server). 
- 
由 Thomas Mueller 提交于Server tool: the tcpShutdown feature now also stops other servers (web server and PostgreSQL server). 
- 
由 Thomas Mueller 提交于Multi-version concurrency: SELECT ... FOR UPDATE threw a "concurrent update" exception immediately instead of a "lock timeout" exception after the set lock timeout if the row was already locked by another connection. 
- 
由 Thomas Mueller 提交于
 
- 
- 03 1月, 2011 3 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Multi-version concurrency: SELECT ... FOR UPDATE threw a "concurrent update" exception immediately instead of a "lock timeout" exception after the set lock timeout if the row was already locked by another connection. 
- 
由 Thomas Mueller 提交于Translation: the H2 Console and error messages have been translated to Czech by Hannibal (http://hannibal.cestiny.cz/). Thanks a lot! 
 
- 
- 28 12月, 2010 3 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When the system property h2.lobInDatabase is set, reading a BLOB is a bit faster because the length is not read. 
 
- 
- 23 12月, 2010 9 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Cache size limit could be exceeded for certain queries, leading to an OutOfMemoryError in some cases. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Issue 269: GROUP BY queries with a column or having clause that contains IN(SELECT ...) could return the wrong values. Example: SELECT X IN(SELECT Y) FROM Z GROUP BY X. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 21 12月, 2010 4 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于After closing a database, the writer thread will stop almost immediately (instead of after at most 100 ms). This should avoid error messages in the Tomcat log file after a shutdown. 
- 
由 Thomas Mueller 提交于Issue 271: ResultSet.getConcurrency() did not correctly detect that the result set is not updatable. 
- 
由 Thomas Mueller 提交于
 
-