Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: normalise the test for SQLite infinity
Older SQLite used 1.0e999 as the printf output for an IEEE784 Inf value, https://sqlite.org/printf.html whereas newer uses 9.0e+999. The difference doesn't matter for us, so let's normalise to the later version.
- Loading branch information