-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I have tagged my json column but when I save a new record, the stringify code does not get executed and my object is persisted as [object object]. What is supposed to be calling stringify?
When the same method of this library is called it returns at:
// Only handle arguments withpatchoption. if (!options.patch) { return Model.save.apply(this, arguments); }
https://github.com/seegno/bookshelf-json-columns/blob/master/dist/index.js#L100
and stringify is never called. Seems to call parse ok when I am fetching, but no stringify when I am creating.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels