]> git.ipfire.org Git - thirdparty/sqlite.git/commit
An alternative way of implementing the assert() that verifies the relative
authordrh <drh@noemail.net>
Mon, 19 Jan 2015 19:48:52 +0000 (19:48 +0000)
committerdrh <drh@noemail.net>
Mon, 19 Jan 2015 19:48:52 +0000 (19:48 +0000)
commite1bb802c5460325d958bb7e61a2d9399496ef9a2
tree589853d0711bb973f15a49e4e3c7fe94e77a6318
parente4bb23a1a7f38eae02ba49c58854b674c37a8622
An alternative way of implementing the assert() that verifies the relative
values of KeyInfo.nField+KeyInfo.nXField and the number of columns in a record.
This version of the assert() only fires when the high-speed comparison
routines are used - which is to say it only fires when the constraint
actually matters.

FossilOrigin-Name: bf744b4908b096f301565f6a4ea8d56667c1d76a
manifest
manifest.uuid
src/vdbeaux.c