SollmoStudio / beyond

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

Make collection field of ReferenceField optional. #158

Closed sgkim126 closed 9 years ago

sgkim126 commented 9 years ago

Currently, there is no way to represent the reference to itself. This patch makes collection field optional. The reference field without collection field will be treated as raw object id.

hatashiro commented 9 years ago

LGTM

sgkim126 commented 9 years ago

Landed manually