- 05 1月, 2011 4 次提交
-
-
由 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 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Improved date / time arithmetics. Adding and subtracting a floating point value from a date or timestamp is now supported.
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-
- 17 12月, 2010 9 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When creating a BLOB with in InputStream or a CLOB with a Reader, and the InputStream or Reader threw an non-IOException, then the LOB storage was broken when storing LOBs in the database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-