SollmoStudio / beyond

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

Change objectId to _id. #154

Open sgkim126 opened 9 years ago

sgkim126 commented 9 years ago

Currently, Collection and Document use objectId but Query uses _id for object id. This patch makes consist of their name.

hatashiro commented 9 years ago

Only some commit log fixes.

Change objectId to _id.

Currently, Query uses _id for object id but Collection and Document use objectId. This patch makes their names consistent.

The content itself is fine.

ghost commented 9 years ago

Good. @sgkim126 please push this commit after fixing log message. It seems to notify developers because objectId is used in plugin.

hatashiro commented 9 years ago

May this be merged?

sgkim126 commented 9 years ago

This patch deprecates some beyond API. So it'll merged after the project that uses the beyond framework becomes stable. I think it'll not be merged in a month.