Jon
unread,Jun 9, 2012, 10:01:41 PM6/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mongoid
Durran, you mentioned back in February that there would be no
namespace collisions if we wanted to use 10gen's driver alongside
Mongoid 3. However, in mongoid.rb, you do:
BSON = Moped::BSON
This causes conflicts with the 10gen driver (notably, the call to
BSON::ByteBuffer.new([0, 0, 0, 0]) in Mongo::Cursor tries to resolve
Moped::BSON::ByteBuffer).
Is there going to be a way to use both in the official release? I've
converted all of my project except I still need to use 10gen's group
command for a dozen or so queries.
Jon