- 05 11月, 2010 6 次提交
- 
- 
由 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 4 次提交
- 
- 
由 Thomas Mueller 提交于CALL calling a Java function with return type ResultSet and return value null threw a ClassCastException. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于A new String cache is now created at most once every 5 second, so that out of memory exceptions are not artifically delayed. 
 
- 
- 01 11月, 2010 7 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于After closing a database, the writer thread will stop after 100 ms at the latest (instead of 1 second). 
- 
由 Thomas Mueller 提交于Opening a large database could fail in theory if the process was killed and then not fully compacted (because the unique transaction log key was re-used). 
- 
由 Thomas Mueller 提交于A new String cache is now created at most once every 5 second, so that out of memory exceptions are not artifically delayed. 
 
- 
- 31 10月, 2010 3 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 30 10月, 2010 5 次提交
- 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 29 10月, 2010 5 次提交
- 
- 
由 Thomas Mueller 提交于Closing a Statement or PreparedStatement at the same time as executing a statement could throw a strange exception. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于Closing a Statement or PreparedStatement at the same time as executing a statement could throw a strange exception. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
 
- 
- 28 10月, 2010 6 次提交
- 
- 
由 Thomas Mueller 提交于H2 Console: webAllowOthers and webSSL were swapped if they didn't exist in the properties file. Issue 244. 
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于
- 
由 Thomas Mueller 提交于When the system property h2.lobInDatabase is set, CREATE TABLE ... AS SELECT with a LOB column did not always work. 
- 
由 Thomas Mueller 提交于When the system property h2.lobInDatabase is set, CREATE TABLE ... AS SELECT with a LOB column did not always work. 
 
-