- 05 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 25 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 9月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 14 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 9月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 08 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 9月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 christian.peter.io 提交于
that a full table scan is faster.
-
- 03 9月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 31 8月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 30 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 8月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
The built-in connection pool (JdbcConnectionPool) did not always honor the login timeout (the timeout could occur much too early).
-
由 Thomas Mueller 提交于
-
- 02 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 7月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 29 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Data modifications (inserts, updates, and deletes) are now faster for existing tables because converting objects to byte arrays is avoided if possible.
-
- 25 7月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 22 7月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 20 7月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
The cache was not used efficiently when reading (behaving like a FIFO cache instead of an LRU cache).
-
由 Thomas Mueller 提交于
-
- 19 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 7月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
The built-in profiling tool now uses a default stack depth of 32 elements and a default interval of 10 ms.
-
由 Thomas Mueller 提交于
-
- 17 7月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
When killing the process after creating and dropping many tables (specially temporary tables), the database could not be opened sometimes.
-
由 christian.peter.io 提交于
Bugfix for the automatic db migration. IFEXISTS=TRUE should be removed from the "runscript" connection.
-
- 16 7月, 2010 2 次提交
-
-
由 christian.peter.io 提交于
Bugfix for the automatic 1.1 db migration: only uppercase parameters where replaced. If a lowercase parameter like ifexists=true was in the connection url, the upgrade failed.
-
由 Thomas Mueller 提交于
-
- 15 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Problems with JDK 1.6.0_18 have been reports in the class StringUtils.quoteRemarkSQL. This method is now changed.
-