bcg / em-mongo

EventMachine MongoDB Driver (based off of RMongo)
http://github.com/bcg/em-mongo
141 stars 47 forks source link

correct collections succeed response value #28

Closed mostlyobvious closed 13 years ago

bcg commented 13 years ago

I just backed out that full merge. Should have had my morning coffee first! The reason we mix symbols and strings is because mongo-ruby-driver does:

https://github.com/mongodb/mongo-ruby-driver/blob/master/test/collection_test.rb#L420

bcg commented 13 years ago

I did cherry pick d3e59d3 and 508dd89 and pushed out 0.4.1. Thanks!