We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e89b2 commit ffe51c2Copy full SHA for ffe51c2
lib/client.js
@@ -230,7 +230,7 @@ Client.prototype.escapeIdentifier = function(str) {
230
escaped += '"';
231
232
return escaped;
233
-}
+};
234
235
// Ported from PostgreSQL 9.2.4 source code in src/interfaces/libpq/fe-exec.c
236
Client.prototype.escapeLiteral = function(str) {
@@ -257,7 +257,7 @@ Client.prototype.escapeLiteral = function(str) {
257
}
258
259
260
261
262
Client.prototype._pulseQueryQueue = function() {
263
if(this.readyForQuery===true) {
0 commit comments