- 30 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
An ArrayIndexOutOfBoundsException was thrown when querying the table information_schema.function_aliases while there are any user defined aggregate functions.
-
- 29 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 26 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 8月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Password hash: in addition to connecting with the plain text password, H2 now supports connecting with the password hash.
-
- 17 8月, 2010 2 次提交
-
-
由 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".
-
- 15 8月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
The built-in connection pool (JdbcConnectionPool) did not always honor the login timeout (the timeout could occur much too early).
-
- 02 8月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 30 7月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 29 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 7月, 2010 2 次提交
-
-
由 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 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 20 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 19 7月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 7月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 17 7月, 2010 3 次提交
-
-
由 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.
-
由 Thomas Mueller 提交于
-
- 16 7月, 2010 5 次提交
-
-
由 christian.peter.io 提交于
-
由 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 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 15 7月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Support for null-safe equals. This includes the ANSI SQL standard syntax A IS [NOT] DISTINCT FROM B as well as the shorter A IS [NOT] B.
-
- 14 7月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 13 7月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Primary key violations threw a strange exception message when using a single column INT or BIGINT key.
-