mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
query no longer holds circular reference to creator client
This commit is contained in:
parent
6d4469e391
commit
08bdd4ccdc
@ -63,7 +63,6 @@ p.disconnect = function() {
|
||||
|
||||
p.query = function(text) {
|
||||
var query = new Query();
|
||||
query.client = this;
|
||||
query.text = text;
|
||||
this.queryQueue.push(query);
|
||||
this.pulseQueryQueue();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user