]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the PRAGMA parser to use a binary search for the pragma name.
authordrh <drh@noemail.net>
Fri, 13 Sep 2013 16:36:46 +0000 (16:36 +0000)
committerdrh <drh@noemail.net>
Fri, 13 Sep 2013 16:36:46 +0000 (16:36 +0000)
commit9ccd8659ff397dc03dd2c40f8d13e12d5445c01f
tree968995f7a44e1c4471fc5ed80834eb740f8ca7f1
parentf1d2670d40185393386e3c76291d83beb7eb3ad5
Change the PRAGMA parser to use a binary search for the pragma name.
Also:  Minor performance enhancement to sqlite3DbFree() and to the
token dequoter.

FossilOrigin-Name: 870c030b4e1854e6e0d39907fadbd82774c16f56
manifest
manifest.uuid
src/malloc.c
src/pragma.c
src/util.c
tool/mkpragmatab.tcl [new file with mode: 0644]