]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Merge the Mem.r value into the MemValue union as Mem.u.r. Hence, a Mem can
authordrh <drh@noemail.net>
Thu, 18 Sep 2014 17:52:15 +0000 (17:52 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Sep 2014 17:52:15 +0000 (17:52 +0000)
commit74eaba4de25d955314df279e5ca27aa24f2698ea
tree9a89e624b64f3f8c48d924e763c0e9224d0a268d
parent24a096297ef66348e059b07328f1beb466b5e7c9
Merge the Mem.r value into the MemValue union as Mem.u.r.  Hence, a Mem can
now store an integer or a real but not both at the same time.  Strings are
still stored in a separate element Mem.z, for now.

FossilOrigin-Name: 4c8c89d7e62aecfe2eb735f7bb114aed6b452847
manifest
manifest.uuid
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbeaux.c
src/vdbemem.c
src/vdbetrace.c