SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
6.57k stars 461 forks source link

DerivePartialModel: Allow specification of Entity via a Path in addition to as an Ident #2111

Closed jreppnow closed 3 months ago

jreppnow commented 4 months ago

PR Info

Bug Fixes

Breaking Changes

Changes

tyt2y3 commented 3 months ago

I think the intent of this PR is mostly already covered by https://github.com/SeaQL/sea-orm/pull/2137 If you have something to amend, please rebase onto master, thanks!

jreppnow commented 3 months ago

@tyt2y3 Yup, that one pretty much covers it! Sorry for taking a bit longer to respond, I will close this PR as it's been superseded.