mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Add ref/unref noop to native client
This commit is contained in:
parent
0da7882f45
commit
b9ab8f05ad
@ -285,6 +285,9 @@ Client.prototype.cancel = function (query) {
|
||||
}
|
||||
}
|
||||
|
||||
Client.prototype.ref = function () {}
|
||||
Client.prototype.unref = function () {}
|
||||
|
||||
Client.prototype.setTypeParser = function (oid, format, parseFn) {
|
||||
return this._types.setTypeParser(oid, format, parseFn)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user