Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of test/selectC.test
2017-01-05
| ||
17:23 | Fix handling the case where a sub-query in a FROM clause is itself a UNION ALL, and one side of that UNION ALL is a query on a view that includes an ORDER BY. Fix for ticket [190c2507]. file: [e25243f8] check-in: [590ca83b] user: dan branch: trunk, size: 6718 | |
2012-02-13
| ||
10:00 | Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUND_SELECT defined. file: [871fb55d] check-in: [76bb649e] user: dan branch: trunk, size: 5812 | |
2010-08-13
| ||
16:38 | Do not apply the flattening optimization if the sub-query is DISTINCT. Fix for [e4b8a2ba6e]. file: [f9bf1bc4] check-in: [497aafd8] user: dan branch: trunk, size: 5802 | |
2010-03-31
| ||
15:02 | Clear the column cache before populating aggregate accumulator registers. Fix fo r [883034dcb5]. file: [33bb5673] check-in: [ffc23409] user: dan branch: trunk, size: 5133 | |
2009-09-21
| ||
16:06 | Fix compilation with OMIT_TRIGGER defined. Ticket [1ff6d29030]. file: [07a45610] check-in: [fb6ceed3] user: dan branch: trunk, size: 3597 | |
2009-05-17
| ||
15:26 | Take care to free the memory for the ORDER BY clause on SELECT statements containing errors and contained within triggers. Ticket #3863. (CVS 6644) file: [035597b7] check-in: [dd665eac] user: drh branch: trunk, size: 3551 | |
2009-03-02
| ||
01:22 | Fix a bug in the GROUP BY alias name resolution. The bug was by check-in (6305). Discovered by regression test on 64-bit linux. Test cases added so that the problems is detected on 32-bit systems. (CVS 6332) file: [ae49d258] check-in: [fa000850] user: drh branch: trunk, size: 3120 | |
2008-09-17
| ||
00:13 | Fix for tickets #3378 and #3381 that preserves the aliasing optimization. And yet, this fix feels uncomfortable. Seeking an alternative... (CVS 5712) file: [44f4e1b2] check-in: [f8b759f1] user: drh branch: trunk, size: 2512 | |
2008-09-16
| ||
18:02 | Add test cases for ticket #3378 and #3381. Add a temporary hack to get those to problems fixed. The hack causes failures in alias.test, but those are much less serious than the aforementioned tickets. This is a stop-gap until we can figure out a proper fix. (CVS 5711) file: [afc5b7bb] check-in: [a67da9dd] user: drh branch: trunk, size: 2398 | |
15:09 | Add test script selectC.test which demonstrates ticket #3381. (CVS 5708) file: [fbce7d0d] check-in: [3847faff] user: drh branch: trunk, size: 1601 Added | |