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 `cast` keyword argument to `QueryBuilder.update()` #832

Closed zombeer closed 1 year ago

zombeer commented 1 year ago

Not yet sure about tests. Will update PR probably.

stoutput commented 1 year ago

This is covered in https://github.com/MasoniteFramework/orm/pull/830 as well

stoutput commented 1 year ago

This has been resolved with the merge of #830