SollmoStudio / beyond

Beyond: The Scalable Game Server Framework
http://www.beyondframework.com
Apache License 2.0
25 stars 9 forks source link

Add `drop` method to ScriptableCollection. #219

Closed murmur76 closed 9 years ago

murmur76 commented 9 years ago

Not Reviewed.

A drop method drops a collection and returns boolean future.

Returns: true - when successfully drops a collection. false - when collection to drop does not exist.

murmur76 commented 9 years ago

@noraesae @sgkim126 review please.

murmur76 commented 9 years ago

Referred http://docs.mongodb.org/manual/reference/method/db.collection.drop/ for behavior.

sgkim126 commented 9 years ago

Please seperate commit to (implementation + test drop itself) and use drop method in another testd

murmur76 commented 9 years ago

PR Updated.

Also updated example for drop method.

sgkim126 commented 9 years ago

LGTM