]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Performance optimization on sqlite3GenerateConstraintChecks() - bypass the
authordrh <drh@noemail.net>
Sat, 26 Oct 2019 17:08:06 +0000 (17:08 +0000)
committerdrh <drh@noemail.net>
Sat, 26 Oct 2019 17:08:06 +0000 (17:08 +0000)
commitcbda9c7ac79f8751e18fba943e30fd67f8c68b02
tree3111274b6b98a7bcb7b00d0db88bd2c38cc9d928
parentd3c468b758175adb95d0f20862047acdd7c2ab57
Performance optimization on sqlite3GenerateConstraintChecks() - bypass the
loop that checks each column for NOT NULL constraints if it is known in
advance that the table has no NOT NULL constraints.

FossilOrigin-Name: e3c3f4d7872f431a95627d52553101388c1e39458cc7e7f93fc81255f49a89a5
manifest
manifest.uuid
src/build.c
src/insert.c