Open pasupulaphani opened 8 years ago
Seems like possibly a problem with newrelic? 'this._ping is not a function' could result from 'this' being incorrect; is there any way you can check that 'this' is correct in the context where this error occurs? (Maybe edit line 404 of pool.js to verify that 'this' looks like a Pool object)
Alternately, the property may have been changed or incorrectly specified, though it should be validated as a function, so it shouldn't be possible to initialize it as a non-function in the constructor options:
Hi. Im having the same problem but with acquire method. It seems to be that this isnt Pool reference. Inspecting the code i saw that this is a 'window' reference. Im using knex with cordova
Can you get a stack trace to see where the function is being called from?
Hi all,
Occasionally we are facing this error:
Our Knex version: 0.10.0 Pool2 version: "1.3.4"
Any thoughts?