- 13 11月, 2010 3 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于--no commit message 
- 
由 Thomas Mueller 提交于When using SELECT_FOR_UPDATE_MVCC (lock only the selected rows when using MVCC), the selected rows were sometimes not locked correctly. 
 
- 
- 12 11月, 2010 16 次提交
- 
- 
由 Thomas Mueller 提交于When using multi-version concurrency, re-running a prepared statement with the same parameters would sometimes give the same result even if another connection committed a change (the previous result was sometimes re-used incorrectly). 
- 
由 Thomas Mueller 提交于When using SELECT_FOR_UPDATE_MVCC (lock only the selected rows when using MVCC), the selected rows were sometimes not locked correctly. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When creating a database from a recovery script, the same user can now be used (CREATE USER now always includes IF EXISTS). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When creating a database from a recovery script, the same user can now be used (CREATE USER now always includes IF EXISTS). 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When creating a database from a recovery script, the same user can now be used (CREATE USER now always includes IF EXISTS). 
- 
由 Thomas Mueller 提交于
 
- 
- 11 11月, 2010 1 次提交
- 
- 
由 Thomas Mueller 提交于
 
- 
- 08 11月, 2010 5 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When the system property h2.lobInDatabase is set, the lob tables were always created when closing the database, even if the tables were not needed. 
 
- 
- 06 11月, 2010 3 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Connection-created Clob and Blob objects can now be filled using Clob.setCharacterStream(1), Clob.setString(1, s), Blob.setBytes(1, x), Blob.setBinaryStream(1). Issue 235. 
- 
由 Thomas Mueller 提交于
 
- 
- 05 11月, 2010 7 次提交
- 
- 
由 Thomas Mueller 提交于In the MySQL mode, SHOW TABLES didn't work, and meta data tables were not case insensitive. Updateable result sets didn't work as expected. Issue 249. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Connection-created Clob and Blob objects can now be filled using Clob.setCharacterStream(1), Clob.setString(1, s), Blob.setBytes(1, x), Blob.setBinaryStream(1). Issue 235. 
- 
由 Thomas Mueller 提交于Connection-created Clob and Blob objects can now be filled using Clob.setCharacterStream(1), Clob.setString(1, s), Blob.setBytes(1, x), Blob.setBinaryStream(1). Issue 235. 
- 
由 Thomas Mueller 提交于Trying to convert a very small CLOB to a BLOB or a very small CLOB to a BLOB threw a NullPointerException. 
- 
由 Thomas Mueller 提交于INFORMATION_SCHEMA.SETTINGS: now the current page count can be queried using select * from information_schema.settings where name = 'info.PAGE_COUNT'. 
 
- 
- 03 11月, 2010 4 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When using trace level 3, opening a database no longer prints there is a EOFException (because that is the expected behavior). 
 
- 
- 02 11月, 2010 1 次提交
- 
- 
由 Thomas Mueller 提交于CALL calling a Java function with return type ResultSet and return value null threw a ClassCastException. 
 
-