]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor field Expr.affinity into Expr.affExpr to avoid confusion with other
authordrh <drh@noemail.net>
Mon, 5 Aug 2019 18:01:42 +0000 (18:01 +0000)
committerdrh <drh@noemail.net>
Mon, 5 Aug 2019 18:01:42 +0000 (18:01 +0000)
commit1194904b814d6da63930dee75bc468094706226a
tree577944d0122c8a0f5093b23a48ca61285041405e
parent2b96b6969ae7f2f8dfa6a07b97fea1057dbcdab5
Refactor field Expr.affinity into Expr.affExpr to avoid confusion with other
fields and variables named "affinity" and display affExpr it in
sqlite3TreeViewExpr() output.

FossilOrigin-Name: a29f2a7d07beff64e489e8f824babc6228c4a499fadc0ee701caa60a63baadcd
manifest
manifest.uuid
src/expr.c
src/fkey.c
src/parse.y
src/resolve.c
src/sqliteInt.h
src/treeview.c