]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add support for the sqlite3_vtab_distinct() interface. Virtual table
authordrh <>
Sat, 22 Jan 2022 22:28:32 +0000 (22:28 +0000)
committerdrh <>
Sat, 22 Jan 2022 22:28:32 +0000 (22:28 +0000)
commitbcba3655eebb87d6620fea13ebbfdf9d032a278d
tree268444794f6d0d8fe6cc58256692e74e6df99b9d
parent4d7f335e8bd4773befdb73e7c0a42b6f773726f9
parent68dc8151e092019baba5a190e195a982252b925f
Add support for the sqlite3_vtab_distinct() interface.  Virtual table
implementations can use this API to determine more detail about the ordering
requirements needed by the query plan and perhaps reduce the amount of
work required to compute a correct answer.  This is an optimization
opportunity for the virtual table implementation.  The correct answer should
still be obtained (though perhaps more slowly) even if sqlite3_vtab_distinct()
is ignored.

FossilOrigin-Name: e4caf1e3932b1bd0dea072df7fc9458aed98c84ea397b6948b89292603949c41
manifest
manifest.uuid