不要怂,就是干,撸起袖子干!

Commit e36cd361 by Mick Hansen

pass options to parent call in postgres.autoCommitQuery

1 parent 818f7c9d
Showing with 1 additions and 1 deletions
......@@ -923,7 +923,7 @@ module.exports = (function() {
return;
}
return AbstractQueryGenerator.setAutocommitQuery.call(this);
return AbstractQueryGenerator.setAutocommitQuery.call(this, value, options);
}
};
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!