]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When SQLITE_OMIT_FLOATING_POINT is defined, the floating-point formats in
authordrh <drh@noemail.net>
Wed, 13 Jan 2010 16:43:27 +0000 (16:43 +0000)
committerdrh <drh@noemail.net>
Wed, 13 Jan 2010 16:43:27 +0000 (16:43 +0000)
commit90038f8b07b12ab25cbc938851e74cf6c438d17c
treea8899e599cf42c2483e456a098b5be695794db17
parentc5a7b51c695ba6698a70ad86f6c0481fbd9c0564
When SQLITE_OMIT_FLOATING_POINT is defined, the floating-point formats in
the sqlite3_*printf() functions should pull an int64 off of the parameter
list and ignore it.

FossilOrigin-Name: 3fd6f9ad06b786116ca18c1e812363d30cd3060e
manifest
manifest.uuid
src/printf.c