]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental change to apply affinity before running CHECK constraints on apply-affinity-first
authordrh <drh@noemail.net>
Wed, 20 Mar 2019 20:27:20 +0000 (20:27 +0000)
committerdrh <drh@noemail.net>
Wed, 20 Mar 2019 20:27:20 +0000 (20:27 +0000)
commit0da56938db08afd5a7ac8ad758fb840a5fed1232
treeacafb9327f0b686f121204f34700ca6709025b8c
parent87c889cfa5067f433259794f9796e6b44232bbd6
Experimental change to apply affinity before running CHECK constraints on
an INSERT.  Note that in the CHECK constraints, REAL affinity really is
REAL affinity, and not numeric affinity. This causes failures in some tests
that are assuming affinity is applied after CHECK constraints.

FossilOrigin-Name: 9ef69d183927a26b293907e09d2e1d03c4125315178801d839cc64a50d1877af
manifest
manifest.uuid
src/insert.c