tc / RMongo

R client to interface with MongoDB
102 stars 34 forks source link

Stop dispatching on skip and limit #27

Closed linzhp closed 10 years ago

linzhp commented 10 years ago

Now the following call can work:

changes=dbGetQuery(mongo, 'changesPerTypeEpoch', '{}', limit=10000)
tc commented 10 years ago

can you add a unit test?

linzhp commented 10 years ago

Added. Please take another look