]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Correctly handle the case of a multi-column UNIQUE constraint that contains
authordrh <>
Wed, 16 Apr 2025 10:53:20 +0000 (10:53 +0000)
committerdrh <>
Wed, 16 Apr 2025 10:53:20 +0000 (10:53 +0000)
commit42182f1c1c293975b1661507545c8dbbb73a85ce
tree89c4a589826c9b30810f0032bf8d4ea8a3456dc8
parent0b3ba763c573d74a2739491cf054e9925be2a4c0
Correctly handle the case of a multi-column UNIQUE constraint that contains
the ROWID as one of it columns, and then the columns of that UNIQUE are
used in a row-value IN operator as a WHERE clause constraint.

FossilOrigin-Name: ba7d5bad32ad6aaca1cde7133afb20e8a060b16494098b1308c945ea2de00632
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/where.c
test/rowvalue.test