]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the virtual table query planner so that it is able to deal with
authordrh <>
Tue, 14 Dec 2021 20:13:28 +0000 (20:13 +0000)
committerdrh <>
Tue, 14 Dec 2021 20:13:28 +0000 (20:13 +0000)
commit52576b78f6bb0cf9e88a861c14225480abc835fb
tree6bd5af18431ada776461b851273308deba8302ad
parent22f018c9389cfd7fb0e8fc06d0988f2deae1cc0e
Enhance the virtual table query planner so that it is able to deal with
ORDER BY terms that contain COLLATE clauses as long as the specified
collation matches the virtual table.  This is especially important for
UNION ALL since a "COLLATE binary" is added to ORDER BY clauses if no
COLLATE clause exists in the original SQL.

FossilOrigin-Name: 5c3d398d20b86a1558720e995eddf11403aec2d160590571fa9525fe8f6efff9
manifest
manifest.uuid
src/where.c
test/tabfunc01.test