- 16 9月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 13 9月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 9月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin@gmail.com 提交于
-
- 11 9月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 9月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
Issue 340: Comparison with "x = all(select ...)" or similar in a view or subquery that was used as a table returned the wrong result.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 08 9月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 24 8月, 2011 3 次提交
-
-
由 Thomas Mueller 提交于
The JDBC methods PreparedStatement.setTimestamp, setTime, and setDate with a calendar, and the methods ResultSet.getTimestamp, getTime, and getDate with a calendar converted the value in the wrong way, so that for some timestamps the converted value was wrong (where summertime starts, one hour per year).
-
由 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 提交于
-
- 20 8月, 2011 1 次提交
-
-
由 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.
-
- 13 8月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 12 8月, 2011 3 次提交
-
-
由 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,...)
-
- 08 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 03 8月, 2011 1 次提交
-
-
由 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));
-
- 28 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 7月, 2011 3 次提交
-
-
由 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 提交于
-
- 24 7月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 22 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 7月, 2011 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Issue 325: a deadlock in the fulltext search could occur if the connection that was used while initializing the fulltext search was later used to query the database.
-
由 Thomas Mueller 提交于
Fulltext search (native): after re-opening the connection once the fulltext index was created, transaction rollbacks did not roll back the modifications in the index.
-
- 15 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Support for ROW_NUMBER() OVER() as an alias for ROWNUM() for compatibility with PostgreSQL and Apache Derby.
-
- 14 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-