- 17 8月, 2010 5 次提交
-
-
由 Thomas Mueller 提交于
Server mode: if the client ran with a different timezone setting than the server, date values got shifted by the difference between the timezones.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
MVCC: when trying to insert two rows with the same key from two connections, the second connection immediately threw the exception "Unique index or primary key violation".
-
由 Thomas Mueller 提交于
MVCC: when trying to insert two rows with the same key from two connections, the second connection immediately threw the exception "Unique index or primary key violation".
-
由 Thomas Mueller 提交于
Server mode: if the client ran with a different timezone setting than the server, date values got shifted by the difference between the timezones.
-
- 15 8月, 2010 4 次提交
-
-
由 Thomas Mueller 提交于
The built-in connection pool (JdbcConnectionPool) did not always honor the login timeout (the timeout could occur much too early).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The table INFORMATION_SCHEMA.SETTINGS now contains all H2-specific system properties that are explicitly set.
-
由 Thomas Mueller 提交于
-
- 02 8月, 2010 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 30 7月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 29 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 7月, 2010 6 次提交
-
-
由 Thomas Mueller 提交于
Data modifications (inserts, updates, and deletes) are now faster for existing tables because converting objects to byte arrays is avoided if possible.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
It is now allowed to truncate a table if referential integrity has been disabled for this table or database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
It is now allowed to truncate a table if referential integrity has been disabled for this table or database.
-
- 25 7月, 2010 8 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 22 7月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 20 7月, 2010 8 次提交
-
-
由 Thomas Mueller 提交于
The cache was not used efficiently when reading (behaving like a FIFO cache instead of an LRU cache).
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 christian.peter.io 提交于
-
- 19 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-