aboutsummaryrefslogtreecommitdiff
path: root/test/in.test
diff options
context:
space:
mode:
authordan <dan@noemail.net>2012-02-13 10:00:35 +0000
committerdan <dan@noemail.net>2012-02-13 10:00:35 +0000
commit2f56da3f262751a306242d61add9712cd3833437 (patch)
treea5f886a589243ec3b644113f8e454369a07c5499 /test/in.test
parentd3eaebd4146feb550304443430f4f57ce8bb5245 (diff)
downloadsqlite-2f56da3f262751a306242d61add9712cd3833437.tar.gz
sqlite-2f56da3f262751a306242d61add9712cd3833437.zip
Changes to various test scripts so that veryquick.test runs with OMIT_COMPOUND_SELECT defined.
FossilOrigin-Name: 76bb649ee2633226324130f5898622c348f93769
Diffstat (limited to 'test/in.test')
-rw-r--r--test/in.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/in.test b/test/in.test
index 2c38a0f4c..108f35589 100644
--- a/test/in.test
+++ b/test/in.test
@@ -431,6 +431,7 @@ do_test in-12.9 {
} {1 {SELECTs to the left and right of INTERSECT do not have the same number of result columns}}
}
+ifcapable compound {
do_test in-12.10 {
catchsql {
SELECT * FROM t2 WHERE a IN (
@@ -459,6 +460,7 @@ do_test in-12.13 {
);
}
} {1 {only a single result allowed for a SELECT that is part of an expression}}
+}; #ifcapable compound
#------------------------------------------------------------------------