Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/select7.test
2024-08-08
| ||
14:45 | [b825420da8] part of check-in [670beb133e] Do not let the number of terms on a VALUES clause be limited by SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause contains elements that appear to be variables due to the use of double-quoted string literals. Chromium issue 358174302. (check-in: [670beb133e] user: drh branch: trunk, size: 7424) | |
2023-06-09
| ||
13:08 | [ee6369be33] part of check-in [f587891134] Experimental change to add a per-connection option that raises an error if a bare column appears in an aggregate query. (check-in: [f587891134] user: drh branch: newbie-safe-aggregates, size: 6477) | |
2016-07-26
| ||
18:06 | [f659f23148] part of check-in [061b800603] Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns more than one result column. Also error handling for other row value constructor cases. (check-in: [061b800603] user: dan branch: rowvalue, size: 6183) | |
2016-02-05
| ||
16:46 | [95e370c42d] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 6351) | |
2015-06-23
| ||
12:19 | [71f06cd37c] part of check-in [4df852ce26] Test that the left and right sides of a compound SELECT operator have the same number of expressions in the expanded expression list before beginning to generate code. (check-in: [4df852ce26] user: dan branch: trunk, size: 6353) | |
2014-01-23
| ||
14:44 | [7fd2ef598c] part of check-in [f4a701d55f] Modifications to test files to omit any tests that intentionally access out-of-bounds locations in clang -fsanitize=address builds. (check-in: [f4a701d55f] user: dan branch: trunk, size: 5815) | |
2010-03-05
| ||
16:32 | [dad6f00f0d] part of check-in [8858042fa1] Modify the vdbe so that the comparison operator opcodes do not modify the data type of operands. Fix for [aa92c76cd4]. (check-in: [8858042fa1] user: dan branch: trunk, size: 5734) | |
2007-09-12
| ||
17:01 | [7906735805] part of check-in [c8405b15c0] Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) (check-in: [c8405b15c0] user: danielk1977 branch: trunk, size: 4720) | |
2007-06-07
| ||
10:55 | [45606f9afb] part of check-in [0d71ad4591] Add the SQLITE_MAX_COMPOUND_SELECT compile-time parameter for limiting the number of terms in a compound select statement. Set the default limit to 100. (CVS 4046) (check-in: [0d71ad4591] user: drh branch: trunk, size: 4659) | |
2007-05-09
| ||
22:56 | [ea2af86889] part of check-in [66954bdd81] Make sure compound queries inside a subquery only return a single result column. Ticket #2347. (CVS 3967) (check-in: [66954bdd81] user: drh branch: trunk, size: 4174) | |
2006-10-13
| ||
15:34 | [95697d8e83] part of check-in [b886eaa334] Make sure the names of all expressions in compound SELECT statements used as subqueries are correctly resolved. Ticket #2018. (CVS 3477) (check-in: [b886eaa334] user: drh branch: trunk, size: 3332) | |
2005-03-29
| ||
03:10 | [1bf795b948] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 2270) | |
2005-01-26
| ||
03:58 | [8f3362336c] part of check-in [0642d3e3d6] Allow GROUP BY on non-aggregate queries. Ticket #1064 (CVS 2276) (check-in: [0642d3e3d6] user: danielk1977 branch: trunk, size: 2225) | |
2005-01-21
| ||
03:12 | [63fb77d50f] part of check-in [bb0254ab14] Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251) (check-in: [bb0254ab14] user: danielk1977 branch: trunk, size: 1907) | |
2005-01-03
| ||
02:26 | [f567a61c3a] part of check-in [8ef2c644eb] Allow GROUP BY on aggregate queries only. Ticket #1039. (CVS 2176) (check-in: [8ef2c644eb] user: drh branch: trunk, size: 1866) | |
2004-11-22
| ||
13:35 | [b952604c22] 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: 1657) | |
08:43 | [9dc9aaa403] part of check-in [711e8d7695] Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132) (check-in: [711e8d7695] user: danielk1977 branch: trunk, size: 1610) | |
2004-08-29
| ||
16:25 | Added: [c71c822a82] part of check-in [9cc765be46] Corrections to transient table handling in compound select statments. Tickets #826 and #875. (CVS 1912) (check-in: [9cc765be46] user: drh branch: trunk, size: 1565) | |