Merge branch 'main' into bench_vfs

This commit is contained in:
Preston Thorpe
2025-04-22 21:36:07 -04:00
committed by GitHub
19 changed files with 526 additions and 89 deletions

View File

@@ -597,6 +597,10 @@ foreach i $FMT {
do_execsql_test strftime-invalid-$i "SELECT strftime('$i','2025-01-23T13:14:30.567');" {}
}
do_execsql_test strftime-julianday {
SELECT strftime('%Y-%m-%d %H:%M:%fZ', 2459717.08070103);
} {"2022-05-17 13:56:12.569Z"}
# Tests for the TIMEDIFF function