mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Add missing semicolons.
This commit is contained in:
parent
b5e89b2b9a
commit
ffe51c20f2
@ -230,7 +230,7 @@ Client.prototype.escapeIdentifier = function(str) {
|
||||
escaped += '"';
|
||||
|
||||
return escaped;
|
||||
}
|
||||
};
|
||||
|
||||
// Ported from PostgreSQL 9.2.4 source code in src/interfaces/libpq/fe-exec.c
|
||||
Client.prototype.escapeLiteral = function(str) {
|
||||
@ -257,7 +257,7 @@ Client.prototype.escapeLiteral = function(str) {
|
||||
}
|
||||
|
||||
return escaped;
|
||||
}
|
||||
};
|
||||
|
||||
Client.prototype._pulseQueryQueue = function() {
|
||||
if(this.readyForQuery===true) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user