Tommy Chheng

Results 57 comments of Tommy Chheng

What query command are you running? what does your mongo collection look like?

What is `z` in `dbInsertDocument(mongo, "stocktwits7", z)`? It looks like an unreferenced variable.

You can also use `rjson` to extract the messages array out of the url response. On Wed, May 1, 2013 at 11:01 AM, louisdv1 [email protected] wrote: > Hi Tommy and...

Try printing out the `z` variable to see if it's malformed. That could be the reason why it's not inserting correctly. On Wed, May 1, 2013 at 12:42 PM, louisdv1...

This sounds like a good feature, maybe it can be introduced as `dbGetQueryJson` or `dbGetQueryRaw` Would you like to take a shot at it and i'll be happy to review...

Hi, can you attach the modifications as a pull request?

Hi, i'll be happy to accept pull requests :) On a side note, we just added the aggregation framework support in the master branch.