We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddf054 commit 4458e69Copy full SHA for 4458e69
lib/native/index.js
@@ -155,6 +155,7 @@ Connection.prototype.sendCopyFail = function(msg) {
155
var clientBuilder = function(config) {
156
config = config || {};
157
var connection = new Connection();
158
+ EventEmitter.call(connection);
159
connection._queryQueue = [];
160
connection._namedQueries = {};
161
connection._activeQuery = null;
0 commit comments