]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add some UTF-8 test infrastructure. Treat NaN as NULL. The printf routines
authordrh <drh@noemail.net>
Thu, 10 May 2007 17:23:11 +0000 (17:23 +0000)
committerdrh <drh@noemail.net>
Thu, 10 May 2007 17:23:11 +0000 (17:23 +0000)
commit53c1402157588eb4269f04c7221bba466551d92b
tree0de6aeb663ded82933521be153f88911abfc2a39
parentdef0fec8e0c3dbf74597c4a10dca22402589242a
Add some UTF-8 test infrastructure.  Treat NaN as NULL.  The printf routines
print infinity as "Inf" not as "NaN".  Ticket #2345. (CVS 3972)

FossilOrigin-Name: ffe615a71107a38b6f60c7baf4284a5b0aecdc22
manifest
manifest.uuid
src/printf.c
src/sqliteInt.h
src/test_hexio.c
src/utf.c
src/vdbe.c
src/vdbemem.c
test/bind.test
test/expr.test
test/printf.test