- 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 5 次提交
-
-
由 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 提交于
-
由 Thomas Mueller 提交于
-
- 20 12月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 18 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-