https://github.com/db-migrate/pg/blob/master/index.js#L564-L566
arguments[index] = arguments[index].map(function (value) {
return typeof value === 'string' ? value : JSON.stringify(value);
});
What is this function doing? db-migrate#insert doesn't do anything with de-stringifying json
https://github.com/db-migrate/db-migrate-base/blob/7af3f80bad7fa5c64509a4435cce68891403c0d1/index.js#L339
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
https://github.com/db-migrate/pg/blob/master/index.js#L564-L566
What is this function doing?
db-migrate#insert doesn't do anything with de-stringifying jsonhttps://github.com/db-migrate/db-migrate-base/blob/7af3f80bad7fa5c64509a4435cce68891403c0d1/index.js#L339
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.