]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The aggressive rounding behavior is now only accessible using the round-up
authordrh <>
Mon, 10 Jun 2024 18:30:44 +0000 (18:30 +0000)
committerdrh <>
Mon, 10 Jun 2024 18:30:44 +0000 (18:30 +0000)
commit259f9307594d07f85810c0e8aeda62add95b1ce3
tree55d12a41df97bb8fcb1f889adc42cc765c391dd1
parent3a42db1ad7f95e2e161e36f471cf524bfa4c4335
The aggressive rounding behavior is now only accessible using the
internal sqlite3MPrintf() function.  The round() SQL function uses that
internal function so it can access the aggressive rounding.  But ordinary
extensions and the format() SQL function cannot.

FossilOrigin-Name: 3dec4b35ecd68a4dace7ea17f046231e25dd79d70f4702b82461cf98fd6f850e
manifest
manifest.uuid
src/func.c
src/printf.c
src/util.c