]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Rework the text to numeric conversion routines so that they work with either
authordrh <drh@noemail.net>
Thu, 30 Sep 2010 00:50:49 +0000 (00:50 +0000)
committerdrh <drh@noemail.net>
Thu, 30 Sep 2010 00:50:49 +0000 (00:50 +0000)
commit9339da1f224fe26ff4304f21a1bfc158fda60727
treeb959b17fb858137575461cd9a2c133200c330c2d
parentfac2bd452a538dd274b257c7fc924c70cf6c7627
Rework the text to numeric conversion routines so that they work with either
UTF8 or UTF16 and do not require a NULL terminator.  This allowed text to
numeric conversion without reallocating the string.

FossilOrigin-Name: 14eed3a0e0a45c6f2904a3a134aa27c159916f7b
manifest
manifest.uuid
src/date.c
src/expr.c
src/func.c
src/pragma.c
src/sqliteInt.h
src/test1.c
src/util.c
src/vdbe.c
src/vdbemem.c