]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the name of the Expr.a.zName field to zEName, so that it has a name
authordrh <drh@noemail.net>
Thu, 12 Dec 2019 20:22:34 +0000 (20:22 +0000)
committerdrh <drh@noemail.net>
Thu, 12 Dec 2019 20:22:34 +0000 (20:22 +0000)
commit41cee66848afe40aba1e4d4a83bd50b6c33aaff0
treed40d1f4dd674e9fc6ee4c0010f55b4fd52f35b74
parent0225d819c4ca87cd29cd6f58d50c75bcee6213bc
Change the name of the Expr.a.zName field to zEName, so that it has a name
that is distinct from other fields and variables and is hence easier to
grep for.

FossilOrigin-Name: d3783357f8fa76c42a86f12b214522f0388c37773c36ab8c5ce0623abbc4436a
12 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/insert.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/trigger.c
src/update.c