- 15 4月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
The functions isBeforeFirst() and isAfterLast() were not compliant to the JDBC spec. If the ResultSet contains no rows, they must return false. Fixed.
-
- 14 4月, 2010 1 次提交
-
-
由 christian.peter.io 提交于
-
- 12 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 09 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 07 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 4月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 4月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 04 4月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
-
- 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 提交于
-