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
Owner

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.

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.
projectmoon added 1 commit 2021-09-04 23:20:36 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
17fee4b348
Update sqlx and refinery to newer versions
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.
projectmoon force-pushed sqlx-upgrade from 17fee4b348 to ac800b25f3 2021-09-04 23:35:05 +00:00 Compare
projectmoon merged commit cf6dd96b34 into master 2021-09-05 07:56:44 +00:00
projectmoon deleted branch sqlx-upgrade 2021-09-05 07:56:57 +00:00
Sign in to join this conversation.
No description provided.