]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the definition of sqlite3_vtab_distinct() such that return codes 2 and
authordrh <>
Sat, 18 May 2024 20:00:08 +0000 (20:00 +0000)
committerdrh <>
Sat, 18 May 2024 20:00:08 +0000 (20:00 +0000)
commit04624990514ae7c593ad224dd87cd9037cec752f
tree88e3ed5bd9703df77b9193cf3594eb557d049a70
parent79dac84b315ced19266d55f769341782f429e6b4
Fix the definition of sqlite3_vtab_distinct() such that return codes 2 and
3 mean that all rows must be distinct over "colUsed" which is a superset of
"aOrderBy".  Also, disallow return codes 2 and 3 if the rowid of the virtual
table is accessed.

FossilOrigin-Name: 922731ce98c0ce7837784ff7966049e59fa73da2aa04abf3506503b6fc4aa048
manifest
manifest.uuid
src/resolve.c
src/sqlite.h.in
src/sqliteInt.h
src/treeview.c
src/where.c