]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the VList object to replace Parse.azVar for tracking the mapping between
authordrh <drh@noemail.net>
Fri, 23 Dec 2016 03:59:31 +0000 (03:59 +0000)
committerdrh <drh@noemail.net>
Fri, 23 Dec 2016 03:59:31 +0000 (03:59 +0000)
commit9bf755cc4467dd1e2d2fb8257f14ef974ec8bc41
treefe4338736e7319a9d947ecbf8a7a3231a4eceef9
parent344a1bf133771614774acd3233fc098eae26e5f7
Use the VList object to replace Parse.azVar for tracking the mapping between
SQL parameter names and parameter numbers.  There is a performance
improvement, though there are still a few hiccups in the current code.

FossilOrigin-Name: 68ecafa1425a41358c88f41efea3262f1b4490f2
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/tokenize.c
src/util.c
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c