]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Correctly handle the case of a multi-column UNIQUE constraint that contains
authordrh <>
Tue, 15 Apr 2025 21:59:38 +0000 (21:59 +0000)
committerdrh <>
Tue, 15 Apr 2025 21:59:38 +0000 (21:59 +0000)
commit0243ca82459db9984f3708eb844b32bcebbff2e5
tree86a361a59af7b29db2b4b7a3b870e99521e48b8b
parent8488789d742ba6cb818fab54d3c34e3d512413a0
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.  Reported by
[forum:/forumpost/b9647a113b465950|forum post b9647a113b].  Problem
introduced by [723f1be3d4a905a6], part of ticket [da78413751863].

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