]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Always use the IsVirtual() macro to determine if a Table object is a virtual
authordrh <drh@noemail.net>
Thu, 16 Feb 2017 14:48:08 +0000 (14:48 +0000)
committerdrh <drh@noemail.net>
Thu, 16 Feb 2017 14:48:08 +0000 (14:48 +0000)
commit44266ec651506ff7409a65852f21e5ebab5e5c94
tree0571e227c122ce2f19ade2cab7fa55ce17a6942d
parent3a3b420abba7630d47eb28636bd59ca1fb319819
Always use the IsVirtual() macro to determine if a Table object is a virtual
table.  Slightly smaller and faster code.

FossilOrigin-Name: 6affb1c89d87288cad87dde5a533832cdf06b8aa
manifest
manifest.uuid
src/insert.c
src/sqliteInt.h
src/vtab.c