sunitparekh / data-anonymization

Want to use production data for testing, data-anonymization can help you.
MIT License
459 stars 92 forks source link

Update mongodb DSL Generator to use Mongo driver 2.x #45

Closed vmgonzalezgarcia closed 7 years ago

vmgonzalezgarcia commented 7 years ago

The mongoDB DSL generator was using the Mongo 1.x driver (Mongo::Connection instead of Mongo::Client`)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 94.887% when pulling 5ae572821d7e746c58a13aeea2487d93dbebc5be on vmgonzalezgarcia:fix-mongodb-dsl-generator into 1a913be3fbacbfa4c4c95b02968f89a9e8df390b on sunitparekh:master.

sunitparekh commented 7 years ago

Thank you for the pull request.