Björn
Results
1
comments of
Björn
As a fix, I suggest to change [line 979](https://github.com/tgriesser/bookshelf/blob/master/src/model.js#L979) in the code snippet above to ``` if (method === 'insert' && this.id == null && this.idAttribute) { ``` As mentioned...