Hotfixed compatibility with sqlx 0.8.4 TransactionManager interface#2562
Hotfixed compatibility with sqlx 0.8.4 TransactionManager interface#2562tyt2y3 merged 1 commit intoSeaQL:masterfrom
Conversation
…nsactionManager interface
|
This would require hotfixing latest release of sea-orm |
|
thank you for submitting this quickly! |
|
Let me release this quick |
🎉 Released In 1.1.10 🎉Thank you everyone for the contribution! |
|
|
|
I just noticed that it's actually exported from |
|
I see what's going on: you're using your own RAII wrapper that's not compatible with The issue is that We need to figure out a long-term solution here:
However, perhaps in general we need a better strategy for distinguishing whether SemVer applies only to usages of a trait, and not implementations. Then |
PR Info
Bug Fixes
Breaking Changes
Should be all backwards compatible as it doesn't add any code ran to the transaction as it used to. Works with all tests.
Changes
Added None option to TransactionManager begin function, implying no query should be ran if a transaction is initiated.