]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow the "order=DESC" and "order=ASC" parameters in FTS4 "CREATE VIRTUAL TABLE"...
authordan <dan@noemail.net>
Sat, 4 Jun 2011 20:04:35 +0000 (20:04 +0000)
committerdan <dan@noemail.net>
Sat, 4 Jun 2011 20:04:35 +0000 (20:04 +0000)
commitb46ee9172942d0ef12cbb14461b5fb1fc1367c8b
tree9c06b47db040cc4d183ca3008ebf9c891f43b7da
parent126ba6c0acdc107ae5907b1f97f4cde9baf57c33
Allow the "order=DESC" and "order=ASC" parameters in FTS4 "CREATE VIRTUAL TABLE" statements. Tables created with "order=DESC" store all doclists in descending order, which allows optimizations normally applied to "ORDER BY docid ASC" queries to be used with "ORDER BY docid DESC" queries instead.

FossilOrigin-Name: f6a0193f5a32603eb48bddc6297042dbd2ffe96e
ext/fts3/fts3.c
ext/fts3/fts3Int.h
ext/fts3/fts3_write.c
manifest
manifest.uuid
test/fts3sort.test