1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Support "ORDER BY rowid ASC".

FossilOrigin-Name: b96b5e166990e4ec363b24f66e04cfa5f00f6342
This commit is contained in:
dan
2014-07-10 20:21:12 +00:00
parent a2b569f955
commit 48eecfb8b9
8 changed files with 457 additions and 151 deletions

View File

@ -225,7 +225,7 @@ test_suite "fts3" -prefix "" -description {
test_suite "fts5" -prefix "" -description {
All FTS5 tests.
} -files {
fts5aa.test fts5ab.test fts5ea.test
fts5aa.test fts5ab.test fts5ac.test fts5ad.test fts5ea.test
}
test_suite "nofaultsim" -prefix "" -description {