]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Floating point and 64-bit integer constants store in the virtual
authordrh <drh@noemail.net>
Tue, 23 Oct 2007 15:39:45 +0000 (15:39 +0000)
committerdrh <drh@noemail.net>
Tue, 23 Oct 2007 15:39:45 +0000 (15:39 +0000)
commit598f134020764e8ee815914d88b77b92f05978a7
tree2548bb37e4a902afc907745bb21d562f24297ce0
parent55bfeb10cb84e742a5ee1f152016604d0d3fb81d
Floating point and 64-bit integer constants store in the virtual
machine opcodes in binary, not as text.  Performance improvement.
Ticket #2733. (CVS 4507)

FossilOrigin-Name: 7e30fd6a09899842c922b044714dc66796e545d4
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/test1.c
src/util.c
src/vdbe.c
src/vdbe.h
src/vdbeaux.c
test/alter.test