- 29 4月, 2011 8 次提交
-
-
由 Thomas Mueller 提交于
The H2 JDBC client can now be used in an unsigned Applet. The problem was that System.getProperty throws a SecurityException, which is now ignored.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In the last release, the error code for "Wrong user name or password" was still 08004 instead of 28000, which resulted in the wrong error message.
-
由 Thomas Mueller 提交于
In the last release, the error code for "Wrong user name or password" was still 08004 instead of 28000, which resulted in the wrong error message.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
In some cases, creating a new table or altering an existing table threw the exception: Unique index or primary key violation: "PRIMARY KEY ON """".PAGE_INDEX".
-
由 Thomas Mueller 提交于
The Shell tool no longer supports the built-in command "show", because it is a legal SQL statement for H2 and MySQL.
-
- 26 4月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The sorted insert mode did not work for not-persisted tables in a persisted database. It threw a ClassCastException.
-
由 Thomas Mueller 提交于
The Shell tool no longer supports the built-in command "show", because it is a legal SQL statement for H2 and MySQL.
-
- 09 4月, 2011 1 次提交
-
-
由 christian.peter.io 提交于
-
- 08 4月, 2011 5 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The h2small.jar (created with build jarSmall) included the Android API. This has been removed, shrinking the jar file by 21 KB.
-
由 Thomas Mueller 提交于
-
- 06 4月, 2011 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 05 4月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
Improved error message for syntax error: the list of expected tokens was sometimes not set correctly.
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 04 4月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 31 3月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 30 3月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
If a CLOB or BLOB was copied into the same table using INSERT INTO X ... SELECT ... FROM X, and then the original row was deleted, then the copied value was also deleted. This could also result in an ArrayIndexOutOfBoundsException on checkpoint or when closing the database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
If a CLOB or BLOB was copied into the same table using INSERT INTO X ... SELECT ... FROM X, and then the original row was deleted, then the copied value was also deleted. This could also result in an ArrayIndexOutOfBoundsException on checkpoint or when closing the database.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 29 3月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-