Snapshot of upstream SQLite 3.28.0

This commit is contained in:
Stephen Lombardo
2019-05-15 12:49:41 -04:00
parent 49234e8eaf
commit 801ae64881
175 changed files with 48428 additions and 3398 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ do_test printf-2.1.2.9 {
} {abc: 1 1 (1e-20) :xyz}
do_test printf-2.1.2.10 {
sqlite3_mprintf_double {abc: %*.*f} 2000000000 1000000000 1.0e-20
} {abc: }
} {}
do_test printf-2.1.3.1 {
sqlite3_mprintf_double {abc: (%*.*f) :xyz} 1 1 1.0
} {abc: (1.0) :xyz}