]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the VDBE data structures to combine string representations into the
authordrh <drh@noemail.net>
Fri, 30 Jan 2004 14:49:16 +0000 (14:49 +0000)
committerdrh <drh@noemail.net>
Fri, 30 Jan 2004 14:49:16 +0000 (14:49 +0000)
commit00706be366ed2f4d4e7f061f7fcc166aec9b1346
tree00235b0f046fca654f02750f8c4461f6e9f29f53
parent0c37e6309b010169e6311c0d04c9d6df3f2e48f8
Rework the VDBE data structures to combine string representations into the
same structure with integer and floating point.  This opens the door to
significant optimizations. (CVS 1202)

FossilOrigin-Name: c0faa1c67a967f028cd018e58988fb08bc814d3d
manifest
manifest.uuid
src/func.c
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c