index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
in.test
Commit message (
Expand
)
Author
Age
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Add a test case for the ALWAYS() macro removed by the previous check-in.
drh
2023-04-05
*
Fix the function that determines the collating function for an expression
drh
2023-04-05
*
Remove an assert() statement that is no longer valid due to enhancements
drh
2023-04-04
*
Ignore extra parentheses around a subquery on the RHS of an IN operator,
drh
2023-02-13
*
Avoid treating constant expressions like "? IN ()" or "? NOT IN ()" as intege...
dan
2022-05-17
*
Fix test cases so that they all still work even with -DSQLITE_DQS=0.
drh
2022-01-16
*
Include the original text of the CHECK constraint in the error message for
drh
2020-08-27
*
Correctly handle expressions like "x IS (not) true/false" within the rhs of I...
dan
2020-08-24
*
Reinstate the optimization of converting "a IN (C)" into "a=C" but only
drh
2020-01-28
*
Fix a bug introduced earlier today by check-in [88833a9c2849c959].
drh
2019-09-02
*
When applying the IN_INDEX_NOOP optimization and the LHS has REAL affinity,
drh
2019-09-02
*
Add ALWAYS() to an always true conditional that results from the
drh
2019-08-27
*
Make sure the affinity of the RHS of an IN operator does not affect the
drh
2019-06-11
*
Add further test cases to improve VDBE branch coverage.
dan
2019-04-04
*
When an IN operator drives a query loop, mark it as "CODED" so that it
drh
2019-02-20
*
Remove some 'breakpoint' commands in test files.
mistachkin
2017-07-19
*
Fix some problems with multi-column IN(SELECT...) processing.
dan
2016-07-27
|
\
|
*
Initialize a variable in where.c to avoid a valgrind warning.
dan
2016-07-27
*
|
Fix where.c handling of "IN (SELECT ...)" expressions when the SELECT returns...
dan
2016-07-26
|
/
*
Test that the left and right sides of a compound SELECT operator have the sam...
dan
2015-06-23
*
Add a test case for what was formerly thought to be an unreachable condition:
drh
2015-04-15
*
Standardize the error messages generated by constraint failures to a format
drh
2013-11-05
*
Do more aggressive optimization of the AND operator where one side or the
drh
2012-03-31
*
Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUN...
dan
2012-02-13
*
Move the test for an (illegal) scalar sub-query that returns more than one co...
dan
2010-09-02
*
Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235. (CVS 5530)
danielk1977
2008-08-04
*
Fix handling of "x IN (...)" and "x NOT IN (...)" expressions when the set co...
danielk1977
2008-06-26
*
Fix a problem in sqlite3ExprIsInteger() causing failures on select1-4.9.2.
drh
2008-06-24
*
Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715)
danielk1977
2008-01-16
*
Add test cases for errors in "IN(SELECT ...)" expressions where the SELECT st...
danielk1977
2007-12-13
*
Additional tests for ticket #1821. (CVS 3189)
drh
2006-05-23
*
Fix type coercion rules for the IN operator. Ticket #1821. (CVS 3188)
drh
2006-05-23
*
Fix bug with CHECK constraints contain an IN operator. Ticket #1645. (CVS 3035)
drh
2006-01-30
*
Allow the IN operator to take a list of arbitrary expressions on its
drh
2005-07-08
*
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT ...
danielk1977
2005-01-21
*
Remove the COPY command. (CVS 1477)
drh
2004-05-27
*
Allow "<expr> IN <table>" as a shorthand for
drh
2004-01-15
*
Modify the optimizer so that it does not assume that functions are
drh
2003-04-19
*
Allow double-quoted strings as string constants in the IN operator. As a
drh
2003-01-31
*
In the VDBE, check to make sure a set has been initialized before using it.
drh
2002-10-30
*
Added additional tests. No new errors found. (CVS 653)
drh
2002-07-01
*
Bug fix: The IN operator was not working if either side derived from
drh
2002-01-28
*
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
drh
2001-09-16
*
Added transaction support (CVS 196)
drh
2001-04-04
*
:-) (CVS 104)
drh
2000-06-21
*
:-) (CVS 74)
drh
2000-06-07
*
added IN and BETWEEN operators (CVS 57)
drh
2000-06-06