Anatolii

Results 50 comments of Anatolii

Expected flow was reimplement findOrCreate, so, this may break backwards compatibility.

Hey guys, i'm trying to reproduce. Any test case appreciated.

I've just pushed aad21e9 with test demonstrating how it should work: ``` javascript describe('JSON property', function() { var schema, Model; it('could be defined', function() { schema = new Schema('memory'); Model...

Let's forward these questions to author of this adapter: @athieriot.

I think it could be done as separate api call, at least on prototyping stage: ``` Model.loadWithDependencies(recordId, {options}, function (err, model) { }); ``` This method will generate additional queries...

It's not correct behavior. We should skip after hooks in case of error.

Good proposal! Just a question: would you like to join our tiny team and implement it yourself or just put it to out loooong list of upcoming stuff. If you...

Format validator also performs the following checks: `blank`, `nullCheck`. So that you can specify {allowBlank: true} or {allowNull: true}. So, I don't think it's a bug.