-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
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
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
droda59
Metadata
Metadata
Assignees
Labels
No labels