- 05 11月, 2014 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 01 11月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
Server mode: the transfer buffer size has been changed from 16 KB to 64 KB, after it was found that this improves performance on Linux quite a lot.
-
- 31 10月, 2014 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
H2 Console and server mode: SSL is now disabled and TLS is used to protect against the POODLE SSLv3 vulnerability. The system property to disable secure anonymous connections is now "h2.enableAnonymousTLS". The default certificate is still self-signed, so you need to manually install another one if you want to avoid man in the middle attacks.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 10月, 2014 2 次提交
-
-
由 noelgrandin@gmail.com 提交于
JdbcDatabaseMetaData#supportsTransactionIsolationLevel(TRANSACTION_READ_UNCOMMITTED) should return false
-
由 noelgrandin@gmail.com 提交于
it now makes more sense to return a boolean for isLockedExclusivelyBy() from the lock() method, to make it easier to reason about the atomic-ness of the operation
-
- 17 10月, 2014 14 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
With the MVStore option, when using multiple threads that concurrently create indexes or tables, it was relatively easy to get a lock timeout on the "SYS" table.
-
由 Thomas Mueller 提交于
With the MVStore option, when using multiple threads that concurrently create indexes or tables, it was relatively easy to get a lock timeout on the "SYS" table.
-
由 Thomas Mueller 提交于
MVStore: improved error messages and logging; improved behavior if there is an error when serializing objects.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 26 9月, 2014 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 19 9月, 2014 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In the server mode, when reading from a CLOB or BLOB, if the connection was closed, a NullPointerException could be thrown instead of an exception saying the connection is closed.
-
由 Thomas Mueller 提交于
DatabaseMetaData.getProcedures and getProcedureColumns could throw an exception if a user defined class is not available.
-
- 17 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 9月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 11 9月, 2014 2 次提交
-
-
由 Thomas Mueller 提交于
CSV tool: the rowSeparator option is no longer supported, as the same can be achieved with the lineSeparator.
-
由 Thomas Mueller 提交于
-
- 10 9月, 2014 1 次提交
-
-
由 Thomas Mueller 提交于
-