ericlovescode
Results
2
issues of
ericlovescode
I just tried to test my error handling with the following code: ``` this.copyProd = function(req, cb) { ppool.get(function(err, db) { if (err) { console.log("Ppool connection error: "+err); cb(err, null);...
bug
need more info
I have a DATE field, and when I do a SELECT on it, node-firebird returns the date in a string format: Tue Mar 10 2015 00:00:00 GMT+1100 (EST) I just...
question