]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the SQLITE_NOTNULL P5 code for comparison operations - really a composite
authordrh <drh@noemail.net>
Wed, 19 Feb 2014 14:20:49 +0000 (14:20 +0000)
committerdrh <drh@noemail.net>
Wed, 19 Feb 2014 14:20:49 +0000 (14:20 +0000)
commit3d77dee9356115e817158168ad252592304deb1f
tree217f0701abc5d9652fee78bbb4cf1e0fb33f29ad
parentc0bf493ea514e682521402a91375651830f76a7c
Add the SQLITE_NOTNULL P5 code for comparison operations - really a composite
of SQLITE_NULLEQ and SQLITE_JUMPIFNULL.  This flag indicates that NULL operands
are not possible and raises and assert() if NULL operands are seen.
Also omit an unnecessary scan of the sqlite_sequence table when writing
into an AUTOINCREMENT table.

FossilOrigin-Name: d2c047f304848e49864ed8c216b48fd671fa3916
manifest
manifest.uuid
src/alter.c
src/fkey.c
src/insert.c
src/sqliteInt.h
src/vdbe.c