- 08 4月, 2011 3 次提交
-
-
由 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 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Reading a resource from the classpath didn't work if there was a leading slash (classpath:/org/...). Now resources can be loaded with or without leading slash.
-
由 Thomas Mueller 提交于
Reading a resource from the classpath didn't work if there was a leading slash (classpath:/org/...). Now resources can be loaded with or without leading slash.
-
由 Thomas Mueller 提交于
-
- 28 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 304: The condition [NOT] IN (SELECT ...) could throw the exception "Unexpected code path" if the subquery contained ORDER BY.
-
由 Thomas Mueller 提交于
-
- 26 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 25 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
ALTER TABLE ALTER ADD / REMOVE /ALTER COLUMN dropped some dependent objects (access rights, triggers) of views that depend on the modified table. CREATE OR REPLACE VIEW dropped some dependent objects (access rights, triggers) if the view already existed before.
-
- 23 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 3月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-