]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use 0x40 (ASCII '@') instead of 0x00 to mean "no affinity" so that columns
authordrh <drh@noemail.net>
Tue, 6 Aug 2019 14:37:24 +0000 (14:37 +0000)
committerdrh <drh@noemail.net>
Tue, 6 Aug 2019 14:37:24 +0000 (14:37 +0000)
commit96fb16eecdf03c1042a19bb6aaf46eededb6c75f
tree7c5180007167a8a899e8e4e17c0e51d41ad47268
parent5978a7a525c58e1402b87ba957d287f650e0f9ab
Use 0x40 (ASCII '@') instead of 0x00 to mean "no affinity" so that columns
with no affinity can appear in a zero-terminated string.  Use the new
SQLITE_AFF_NONE macro for this new magic number.

FossilOrigin-Name: e8234f6939ccff4c10f741cf66d1c537cfebcbd0d1d79a618a64c755a7f087b5
manifest
manifest.uuid
src/build.c
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/vdbe.c
src/where.c
src/wherecode.c
src/window.c