SQLite

All files named ”test/collate5.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/collate5.test

2022-10-14
19:30
[b1dfeff239] part of check-in [ed14863dd7] Fix a problem with using the push-down optimization on compound SELECTs where component SELECTs use different collation sequences. dbsqlfuzz 11516f050100243e5a845f5a2b48a90ed2efaf2e. This problem appears to go all the way back to the beginning of the push-down optimization in check-in 6df18e949d367629 in SQLite 3.8.11. (check-in: [ed14863dd7] user: dan branch: trunk, size: 9373)
2012-09-27
17:31
[65d928034d] part of check-in [75cda864ed] Test cases and bug fixes applied to the ORDER BY optimization for joins. Some test cases fail, but except for the new orderby1.test failures, all failures appear to be issues with the tests, not with the core code. (check-in: [75cda864ed] user: drh branch: qp-enhancements, size: 8602)
2011-06-30
20:17
[67f1d3e848] part of check-in [f7ba0219ef] Experimental changes to improve optimization of DISTINCT queries. (check-in: [f7ba0219ef] user: dan branch: experimental, size: 8556)
2008-09-16
11:58
[fe0f43c474] part of check-in [c64260579d] Add test case for ticket #3376. (CVS 5705) (check-in: [c64260579d] user: drh branch: trunk, size: 8556)
2007-11-12
15:29
[e54df13eb9] part of check-in [e563312347] Where possible, transform the DISTINCT qualifier to a GROUP BY clause. GROUP BY clauses may be optimized by indices, DISTINCT qualifiers cannot. (CVS 4538) (check-in: [e563312347] user: danielk1977 branch: trunk, size: 7315)
2005-09-07
22:48
[8fb4e7e024] part of check-in [7e85a162d0] More bug fixes. But there are still tests that fail. (CVS 2664) (check-in: [7e85a162d0] user: drh branch: trunk, size: 7307)
2005-04-01
10:47
[5a49cd169e] part of check-in [e8391491a6] Make the ORDER BY clause return equal elements in the same order they were seen (a stable sort). It was returning them in exactly the reverse order. (CVS 2439) (check-in: [e8391491a6] user: drh branch: trunk, size: 7274)
2005-01-21
04:25
[581775b946] part of check-in [d4e19efcef] Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macros) is defined. (CVS 2252) (check-in: [d4e19efcef] user: danielk1977 branch: trunk, size: 7282)
2004-11-22
13:35
[7999fb3122] part of check-in [007be591b7] Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138) (check-in: [007be591b7] user: danielk1977 branch: trunk, size: 7293)
2004-06-11
10:51
Added: [1dd5f0f508] part of check-in [66835ee670] Fix various collation sequence issues. (CVS 1568) (check-in: [66835ee670] user: danielk1977 branch: trunk, size: 7116)