]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Organize the various flag bits of the ExprList_item object into a substructure
authordrh <>
Mon, 2 May 2022 20:49:30 +0000 (20:49 +0000)
committerdrh <>
Mon, 2 May 2022 20:49:30 +0000 (20:49 +0000)
commitd88fd539893919c8dc247bf3703bcc4d5bc91be4
treeaec0798d094c465298099e8bf33799a0bccbfcd2
parent689f1b924611939363e4a593c10fbce56a8ff1b7
Organize the various flag bits of the ExprList_item object into a substructure
so that the whole lot can be copied all at once.  Faster and smaller code.

FossilOrigin-Name: 5341d4bbe9a943f9cdbbdea829e18f108e98972ebb706396c50fc62fcc6a6328
13 files changed:
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/resolve.c
src/select.c
src/sqliteInt.h
src/treeview.c
src/trigger.c
src/where.c
src/whereexpr.c
src/window.c