mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix testcase to account for new behaviors with this branch.
FossilOrigin-Name: 823e579362c05bb8accf6c3b158c5162a16eb23cf81d6021c9e3246e32583d1c
This commit is contained in:
@ -922,7 +922,7 @@ do_catchsql_test sqllimits1-18.1 {
|
||||
do_catchsql_test sqllimits1-18.2 {
|
||||
INSERT INTO b1 VALUES(1), (2), (3), (4), (5), (6), (7), (8), (9), (10)
|
||||
UNION VALUES(11);
|
||||
} {1 {too many terms in compound SELECT}}
|
||||
} {0 {}}
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Reference in New Issue
Block a user