]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that LIMIT clauses may be passed through to virtual table implementations...
authordan <Dan Kennedy>
Wed, 4 Jan 2023 17:46:29 +0000 (17:46 +0000)
committerdan <Dan Kennedy>
Wed, 4 Jan 2023 17:46:29 +0000 (17:46 +0000)
commit52c08ee98222d67cefed53e305f96fe9344273d5
treedff8a0c999daca6faa1cdf24ef268e5f97ecbb99
parentfd318937e7e10b753adf92976891d9acd29f0e47
Ensure that LIMIT clauses may be passed through to virtual table implementations even if the WHERE clause uses operators that may only be optimized by virtual, not built-in, tables (!=, functions, MATCH etc.).

FossilOrigin-Name: f38caab23bcef1df02618376de22d208a3333d023628cde310345505933329f1
manifest
manifest.uuid
src/test_bestindex.c
src/whereexpr.c
test/bestindexA.test [new file with mode: 0644]