vidigami / backbone-orm

A polystore ORM for Node.js and the browser
http://vidigami.github.io/backbone-orm
MIT License
237 stars 15 forks source link

Model.save {wait: true} option is ignored #47

Open forivall opened 9 years ago

forivall commented 9 years ago

http://backbonejs.org/#Model-save

Before the original backbone.Model::save call is made, the attributes are explicitly set in the save override, but with {wait: true}, that shouldn't happen.

kmalakoff commented 9 years ago

Please could you define the behavior you expect in an ORM for the relationship types including 'none'