]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Set the NULLEQ flag on the sequence counter comparison in the ORDER BY LIMIT orderby-limit
authordrh <drh@noemail.net>
Fri, 20 May 2016 13:44:58 +0000 (13:44 +0000)
committerdrh <drh@noemail.net>
Fri, 20 May 2016 13:44:58 +0000 (13:44 +0000)
commit6326d9f6f14620a10b4254febcd5ae53f181e8f5
tree619f5118937260170a72c8e69622f5c18bafa0df
parent73fa4737ce3c357b6b4a96e83944af8f8019f53b
Set the NULLEQ flag on the sequence counter comparison in the ORDER BY LIMIT
optimization, to avoid coverage complaints about not testing the NULL case.

FossilOrigin-Name: ed1b30dc932a7c03e173b130c5f55f9989c7e0b4
manifest
manifest.uuid
src/select.c