aboutsummaryrefslogtreecommitdiff
path: root/test/in.test
Commit message (Expand)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Add a test case for the ALWAYS() macro removed by the previous check-in.drh2023-04-05
* Fix the function that determines the collating function for an expressiondrh2023-04-05
* Remove an assert() statement that is no longer valid due to enhancementsdrh2023-04-04
* Ignore extra parentheses around a subquery on the RHS of an IN operator,drh2023-02-13
* Avoid treating constant expressions like "? IN ()" or "? NOT IN ()" as intege...dan2022-05-17
* Fix test cases so that they all still work even with -DSQLITE_DQS=0.drh2022-01-16
* Include the original text of the CHECK constraint in the error message fordrh2020-08-27
* Correctly handle expressions like "x IS (not) true/false" within the rhs of I...dan2020-08-24
* Reinstate the optimization of converting "a IN (C)" into "a=C" but onlydrh2020-01-28
* Fix a bug introduced earlier today by check-in [88833a9c2849c959].drh2019-09-02
* When applying the IN_INDEX_NOOP optimization and the LHS has REAL affinity,drh2019-09-02
* Add ALWAYS() to an always true conditional that results from thedrh2019-08-27
* Make sure the affinity of the RHS of an IN operator does not affect thedrh2019-06-11
* Add further test cases to improve VDBE branch coverage.dan2019-04-04
* When an IN operator drives a query loop, mark it as "CODED" so that itdrh2019-02-20
* Remove some 'breakpoint' commands in test files.mistachkin2017-07-19
* Fix some problems with multi-column IN(SELECT...) processing.dan2016-07-27
|\
| * Initialize a variable in where.c to avoid a valgrind warning.dan2016-07-27
* | Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns...dan2016-07-26
|/
* Test that the left and right sides of a compound SELECT operator have the sam...dan2015-06-23
* Add a test case for what was formerly thought to be an unreachable condition:drh2015-04-15
* Standardize the error messages generated by constraint failures to a formatdrh2013-11-05
* Do more aggressive optimization of the AND operator where one side or thedrh2012-03-31
* Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...dan2012-02-13
* Move the test for an (illegal) scalar sub-query that returns more than one co...dan2010-09-02
* Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235. (CVS 5530)danielk19772008-08-04
* Fix handling of "x IN (...)" and "x NOT IN (...)" expressions when the set co...danielk19772008-06-26
* Fix a problem in sqlite3ExprIsInteger() causing failures on select1-4.9.2.drh2008-06-24
* Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715)danielk19772008-01-16
* Add test cases for errors in "IN(SELECT ...)" expressions where the SELECT st...danielk19772007-12-13
* Additional tests for ticket #1821. (CVS 3189)drh2006-05-23
* Fix type coercion rules for the IN operator. Ticket #1821. (CVS 3188)drh2006-05-23
* Fix bug with CHECK constraints contain an IN operator. Ticket #1645. (CVS 3035)drh2006-01-30
* Allow the IN operator to take a list of arbitrary expressions on itsdrh2005-07-08
* Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...danielk19772005-01-21
* Remove the COPY command. (CVS 1477)drh2004-05-27
* Allow "<expr> IN <table>" as a shorthand fordrh2004-01-15
* Modify the optimizer so that it does not assume that functions aredrh2003-04-19
* Allow double-quoted strings as string constants in the IN operator. As adrh2003-01-31
* In the VDBE, check to make sure a set has been initialized before using it.drh2002-10-30
* Added additional tests. No new errors found. (CVS 653)drh2002-07-01
* Bug fix: The IN operator was not working if either side derived fromdrh2002-01-28
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
* Added transaction support (CVS 196)drh2001-04-04
* :-) (CVS 104)drh2000-06-21
* :-) (CVS 74)drh2000-06-07
* added IN and BETWEEN operators (CVS 57)drh2000-06-06