1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix an incorrect optimization that was attempted as part of

check-in [18de3a8e6b431a07].

FossilOrigin-Name: f32055e8110a2eac6c9e26d1d1e620f0668bcb475d49d309dc549cea05e1e582
This commit is contained in:
drh
2023-02-24 01:08:35 +00:00
parent ed530c0221
commit 4b04ced3e0
4 changed files with 21 additions and 22 deletions

View File

@ -3820,5 +3820,8 @@ do_execsql_test printf-17.9 {
do_execsql_test printf-17.10 {
SELECT format('%.5g', 199990000.0);
} 1.9999e+08
do_execsql_test printf-17.11 {
SELECT format('%.30f',1.0000000000000000076e-50);
} 0.000000000000000000000000000000
finish_test