dymmond / edgy

🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
MIT License
174 stars 9 forks source link

Tests fail for databasez >= 0.9.0 #155

Closed devkral closed 1 month ago

devkral commented 1 month ago

I reworked the testclient in 0.9.0 and found some bugs in the tests this way.

There could theoretical be an issue with bulk_insert and bulk_update but all other should work.

devkral commented 1 month ago

There is a problem with the testclient: it works now correctly, this is why the tests fail (in the former version the url used was different from the created and dropped databases)

devkral commented 1 month ago

anyway sorry for the inconveniences

tarsil commented 1 month ago

Not at all. It's part of the migration. We break a few things to make it better

devkral commented 1 month ago

With the new PR it should be fixed.