Russ Bradberry
Russ Bradberry
I used your readme to set up my coveralls for travis and it keeps getting the following error: ``` $ coveralls /home/travis/build.sh: line 41: coveralls: command not found ``` the...
When I put more than one async test in a file, only the first one will run. :proof: var assert = require('assert'); setTimeout(function(){ exports['test async exports pass'] = function(){ assert.ok(1==1);...
When trying to install the strings package, I am getting the following error in the `CREATE LIBRARY` statement: ``` ROLLBACK 3399: Failure in UDx RPC call InvokeGetLibraryManifest(): Error calling getLibraryManifest()...
Currently if you invoke `where` multiple times, it will create invalid SQL that has the keyword `WHERE` multiple times. Given the scenario where any parameter is optional, it is hard...
There is currently no support for `GROUP BY` similar to `select`, `where`,`order` etc. I currently need to use `q.add(' GROUP BY foo')`