- 24 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Invalid tables names in 'order by' columns were not detected in some cases. Example: select x from dual order by y.x
-
由 Thomas Mueller 提交于
-
- 23 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 8月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 311: File lock mode serialized: selecting the next value from a sequence didn't work after a pause, because the database thought this is a read-only operation.
-
- 17 8月, 2011 2 次提交
-
-
由 christian.peter.io 提交于
-
由 Thomas Mueller 提交于
-
- 13 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 12 8月, 2011 14 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Creating a temporary table with the option 'transactional' will now also create the indexes in transactional mode
-
由 Thomas Mueller 提交于
When running in reopen mode, some of the tests are expected to fail because they use dangerous operations (LOG=0,...)
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
The build now support an offline build using ./build.sh offline. This will list the required dependencies if jar files are missing.
-
- 09 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
The BLOB / CLOB data was dropped a little bit before the table was dropped. This could cause "lob not found" errors when the process was killed while a table was dropped.
-
- 08 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Database URLs can now be re-mapped to another URL using the system property "h2.urlMap", which points to a properties file with database URL mappings.
-
由 Thomas Mueller 提交于
-
- 03 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
"group_concat(distinct ...)" did not work correctly in a view or subquery (the 'distinct' was lost). Example: select * from (select group_concat(distinct 1) from system_range(1, 3));
-
- 30 7月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
Database URLs can now be re-mapped to another URL using the system property "h2.urlMap", which points to a properties file with database URL mappings.
-
由 Thomas Mueller 提交于
-
- 28 7月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 27 7月, 2011 7 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When using InputStream.skip, trying to read past the end of a BLOB failed with the exception "IO Exception: Missing lob entry: ..." [90028-...].
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Database URLs can now be re-mapped to another URL using the system property "h2.urlMap", which points to a properties file with database URL mappings.
-