marcesher / cfmongodb

MongoDB client wrapper for ColdFusion
89 stars 34 forks source link

Finish aggregate() #34

Closed marcesher closed 11 years ago

marcesher commented 11 years ago

1) get rid of mongodb.command() and use the DBCollection.aggregate() method 2) return a proper result object which essentially mimics the AggregationOutput object 3) tests... must cover single pipeline operation, multiple pipeline operations, failures 4) update aggregation/aggregate.cfm

marcesher commented 11 years ago

Done. Tests live in AggregationTest.cfc. Examples live in aggregation/aggregate.cfm

sjdaniels commented 11 years ago

Thanks for wrapping this up dude! And sorry about all those key:val that should have been key=val :)

I'm so Railo-centric these days...