MasoniteFramework / orm

Masonite ORM is a beautiful Python ORM. It's also a nearly drop in replacement of the Orator ORM
https://orm.masoniteproject.com
MIT License
161 stars 47 forks source link

Add update_or_create to QueryBuilder #833

Open BSN4 opened 1 year ago

BSN4 commented 1 year ago

Describe the bug update_or_create doesn't work with relations

we might need fix like this issue

https://github.com/MasoniteFramework/orm/issues/655