SollmoStudio / beyond

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

Implement ScriptableQuery.where method. #166

Closed sgkim126 closed 9 years ago

sgkim126 commented 9 years ago

This method can get two type of parameter. Function that returns boolean and String that evaluated value is boolean.

See http://docs.mongodb.org/manual/reference/operator/query/where/ for more details.

ghost commented 9 years ago

Good.

hatashiro commented 9 years ago

LGTM