]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to work around MSVC's treatment of __LINE__ as a non-constant value
authordrh <drh@noemail.net>
Mon, 10 Mar 2014 18:03:09 +0000 (18:03 +0000)
committerdrh <drh@noemail.net>
Mon, 10 Mar 2014 18:03:09 +0000 (18:03 +0000)
commitb06a4ec1f01f6140206374a58a240abdefc9a356
tree7a455887329357161219a0aa101ef701489aa9ac
parent55aeee4b48d99d97c9108a385318c54292895410
Attempt to work around MSVC's treatment of __LINE__ as a non-constant value
in "Edit and Continue" mode by avoiding the use of __LINE__ when
SQLITE_VDBE_COVERAGE is not defined.

FossilOrigin-Name: 0a5318bc272b844e937cb1df3a07224034bc3450
manifest
manifest.uuid
src/pragma.c
src/trigger.c
src/vdbe.h
src/vdbeblob.c