You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 with
patchoption. 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.
The text was updated successfully, but these errors were encountered: