marcesher / cfmongodb

MongoDB client wrapper for ColdFusion
89 stars 34 forks source link

Modified DBCollection.ensureIndex #45

Closed sjdaniels closed 10 years ago

sjdaniels commented 10 years ago

I modified this method so that it creates multi key indexes with keys in the order of the arguments.fields array.

marcesher commented 10 years ago

This is great! Please create tests for these. We have one at https://github.com/marcesher/cfmongodb/blob/develop/test/DBCollectionTest.cfc#L542, but these should be supplemented. Thanks!

sjdaniels commented 10 years ago

Added a few more ensureIndex tests...

marcesher commented 10 years ago

Thanks a lot!