vapor / fluent-kit

Swift ORM (queries, models, and relations) for NoSQL and SQL databases
MIT License
217 stars 116 forks source link

Fix a test migration missing an important deletion in its revert #578

Closed gwynne closed 1 year ago

gwynne commented 1 year ago

This bug was being hidden by a quirk of the old EventLoopConnectionPool implementation and MySQL's semantics, and was finally revealed by vapor/async-kit#102.

codecov-commenter commented 1 year ago

Codecov Report

Merging #578 (e29346a) into main (d60b27b) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #578 +/- ## ======================================= Coverage 46.96% 46.96% ======================================= Files 106 106 Lines 4689 4689 ======================================= Hits 2202 2202 Misses 2487 2487 ```