node-querybuilder icon indicating copy to clipboard operation
node-querybuilder copied to clipboard

.count() will always throw an error

Open rsandrea opened this issue 2 years ago • 1 comments

Whenever I try to run a .count() either with only the table name or the table name and the callback function, I always get the exception "this.resolve is not a function". Could it be that the handle function is missing some bindings?

https://github.com/kylefarris/node-querybuilder/blob/master/drivers/mysql/query_exec.js#L56-L71

rsandrea avatar Apr 26 '23 18:04 rsandrea

having same issue

raheel-oddtech avatar Apr 26 '24 14:04 raheel-oddtech