Brayden Houston

Results 3 comments of Brayden Houston

This also seems to be happening to me. Searching: `http://npmsearch.com/?q=superagent` and I get plenty of plugins for superagent but not the main package. Searching on nmpjs.com: `https://www.npmjs.com/search?q=superagent` brings it up...

I am calling a function that runs the query and returns the result. Name is passed in a parameter to the function. Am I missing something? ``` var opts =...

Awesome! Direct queries using `Sql.q(...)` work perfect. This should work for some of the statements I am running. Is there anyway to re-establish that connection when it is dropped when...