]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the "!" flag to the "%g" mprintf conversion parameter to force a
authordrh <drh@noemail.net>
Sat, 13 Aug 2005 12:59:14 +0000 (12:59 +0000)
committerdrh <drh@noemail.net>
Sat, 13 Aug 2005 12:59:14 +0000 (12:59 +0000)
commit557cc60f4d21212dcf05e432cab74c8ff9816fd6
tree74046bd8fef2a5667e7d7c8754e663035e646bdc
parent592ac8cb6cc8ae80db15106a7550d2303efe9a77
Add the "!" flag to the "%g" mprintf conversion parameter to force a
decimal point.  This prevents floating point values from appearing as
integers.  Use this flag when converting floating point to text.
Ticket #1362. (CVS 2586)

FossilOrigin-Name: 4b98dace6b90abf4a6fe1cd51e6392fd213358c4
manifest
manifest.uuid
src/printf.c
src/vdbemem.c
test/misc1.test
test/printf.test
test/sort.test