mongo_session_store icon indicating copy to clipboard operation
mongo_session_store copied to clipboard

BSON class names

Open lucasfais opened this issue 14 years ago • 0 comments

Hello!

I fixed BSON class names to avoid warnings because the old names are deprecated.

BSON::ObjectID -> BSON::ObjectId BSON::InvalidObjectID -> BSON::InvalidObjectId

Can you accept the pull request and publish the new version?

Thank you.

lucasfais avatar Sep 20 '10 16:09 lucasfais