- 29 3月, 2010 1 次提交
-
-
由 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 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 15 3月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
Multi-column indexes where the second or later column was descending did not always produce correct results.
-
- 14 3月, 2010 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 13 3月, 2010 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
--no commit message
-
由 Thomas Mueller 提交于
-
- 11 3月, 2010 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 10 3月, 2010 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
CREATE ALIAS ... AS: Compilation was incorrect if the source code contained characters that are not supported by the default file encoding.
-