aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/in.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/in.test b/test/in.test
index 515e598c1..de38c2245 100644
--- a/test/in.test
+++ b/test/in.test
@@ -615,6 +615,12 @@ do_test in-13.14 {
}
} {}
+do_test in-13.15 {
+ catchsql {
+ SELECT 0 WHERE (SELECT 0,0) OR (0 IN (1,2));
+ }
+} {1 {only a single result allowed for a SELECT that is part of an expression}}
+
do_test in-13.X {
db nullvalue ""