]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improve the error message in cases where there is a row-value on the LHS of an IN...
authordan <Dan Kennedy>
Wed, 7 Jul 2021 13:53:55 +0000 (13:53 +0000)
committerdan <Dan Kennedy>
Wed, 7 Jul 2021 13:53:55 +0000 (13:53 +0000)
commit74777f994d5735e0fb3020ef24f3d0229cdc7ca2
treed3a7afd1d5be0b68ac064159080958d3b85e4069
parentcc516af4cc35c8db816aed7c69f7aef7d663e78e
Improve the error message in cases where there is a row-value on the LHS of an IN() operator, the RHS is a list (not a sub-select) and at least one element of the list is not a row-value with the correct number of elements.

FossilOrigin-Name: 6b22f4e71dbc14c887ebbda67095b5faaa8079cac87cd4ab5a2ae90c71cd9633
manifest
manifest.uuid
src/expr.c
src/parse.y
src/sqliteInt.h
test/rowvalueA.test
test/rowvaluefault.test