Update sqlx and refinery to newer versions #88

Merged
projectmoon merged 1 commits from sqlx-upgrade into master 2021-09-05 07:56:44 +00:00

1 Commits

Author SHA1 Message Date
projectmoon ac800b25f3 Update sqlx and refinery to newer versions
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
For some reason, also required rewriting database tests to deal with
tempfile deleting files after scope drop. This never used to occur,
but now it does! So now the unit tests are in a closure where the temp
file is dropped at the end of the test. Really should just use sqlx
migrations, then we can get an in-memory database.
2021-09-04 23:34:51 +00:00