expectation:"INSERT INTO \"mySchema\".\"myTable\" (\"name\") VALUES ('foo'),('bar') RETURNING *;"
},{
arguments:['mySchema.myTable',[{name:JSON.stringify({info:'Look ma a " quote'})},{name:JSON.stringify({info:'Look ma another " quote'})}]],
expectation:"INSERT INTO \"mySchema\".\"myTable\" (\"name\") VALUES ('{\"info\":\"Look ma a \\\" quote\"}'),('{\"info\":\"Look ma another \\\" quote\"}') RETURNING *;"