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
165 stars 48 forks source link

Adding RETURNING * clause to return all fields after creation model. #828

Closed Marlysson closed 1 year ago

Marlysson commented 1 year ago

Closes #827 To return all fields after creation model. @girardinsamuel @josephmancuso

josephmancuso commented 1 year ago

Needs to fix tests