]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Since numeric affinity is the most common case, check it first. Interchange
authordrh <drh@noemail.net>
Thu, 18 Sep 2014 14:36:00 +0000 (14:36 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Sep 2014 14:36:00 +0000 (14:36 +0000)
commit7ea31ccb015703f08ba29b328f79182c6ee2b557
tree0ede53b5af496ae96b2fb90fa6df016a676645f0
parent9675d5dabc180230557a53faac66263a2f52477d
Since numeric affinity is the most common case, check it first.  Interchange
the NONE and TEXT affinity codes for easier checking of no affinity.

FossilOrigin-Name: 4ef4c9a7c8510203bce0941dda2f76ded8da1de2
manifest
manifest.uuid
src/build.c
src/sqliteInt.h
src/vdbe.c