- 03 4月, 2010 10 次提交
-
-
由 Sergi Vladykin 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
--no commit message
-
- 31 3月, 2010 4 次提交
-
-
由 christian.peter.io 提交于
Newer Sun Java versions throw expections if java.sql.Date.valueOf is not in yyyy-mm-dd format. http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6898593
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Workaround for a java.sql.Date issue: years above 9999 are not formatted correctly. When calling ResultSet.getString() on a date value, an alternative formatting algorithm is used.
-
由 Thomas Mueller 提交于
ROWNUM could not be used for pagination. The follow query returned no rows: select x from (select *, rownum as r from system_range(1, 3)) where r=2;
-
- 29 3月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Prepared statements with nested subqueries did not always return the correct result. Example: select ?, ?, (select count(*) from test t, (select id from test where 0=?) t2 where t2.id=t.id) from test
-
- 26 3月, 2010 11 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When using MULTI_THREADED=TRUE, the exception following exception could be thrown: "object already exists: TABLES"
-
由 Thomas Mueller 提交于
-
- 21 3月, 2010 6 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When using the multi-threaded mode, running ANALYZE concurrently in multiple connections could throw an exception.
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Sergi Vladykin 提交于
-
- 20 3月, 2010 4 次提交
-
-
由 Thomas Mueller 提交于
Improved MS SQL Server compatibility: support string concatenation using "+". Thanks to Stepan for the patch!
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
When using the multi-threaded mode, running ANALYZE concurrently in multiple connections could throw an exception.
-
- 17 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-