node-querybuilder
node-querybuilder copied to clipboard
.count() will always throw an error
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
having same issue