]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make MEM_IntReal a completely independent type, meaning a floating point
authordrh <drh@noemail.net>
Thu, 2 May 2019 21:36:26 +0000 (21:36 +0000)
committerdrh <drh@noemail.net>
Thu, 2 May 2019 21:36:26 +0000 (21:36 +0000)
commit169f077e07f312172cb0e5d6cb291b91b61d9164
treec8c87444be0e7b8ffe2fc83496e250b81cb898ba
parentde7109e61b4ff3b632250cdcd962a1a440609549
Make MEM_IntReal a completely independent type, meaning a floating point
value stored as an integer.  This fixes a problem with arithmetic within
arguments to string functions on indexes of expressions.  But it is a big
change and needs lots of new testcase() macros for MC/DC and so it is
initially put on this branch.

FossilOrigin-Name: dba836e31cb29d339b4520acb06188a892a52e45c50aba9742966b01108e251a
manifest
manifest.uuid
src/vdbe.c
src/vdbeapi.c
src/vdbeaux.c
src/vdbemem.c
src/vdbetrace.c