asyncmongo icon indicating copy to clipboard operation
asyncmongo copied to clipboard

Using the compiled bson library results in errors with Binary data

Open mcilrain opened this issue 12 years ago • 3 comments

The python implementation of the bson library works just fine, but switching to the C-compiled version results in errors when using the bson.binary.Binary object, in particular, performing a find query using a Binary results in the query silently failing by returning nothing.

pymongo (both C and python) doesn't have this issue, so I'm thinking it might be a problem with asyncmongo.

mcilrain avatar Feb 05 '12 10:02 mcilrain

Hi @mcilrain I know this is an old issue, but can you clarify how to reproduce the issues w/ bson instead of pymongo you are referring to?

jehiah avatar Jan 12 '13 02:01 jehiah

I'm sorry, I've long since switched to gevent + pymongo.

mcilrain avatar Jan 12 '13 02:01 mcilrain

no problem; thanks for the update.

jehiah avatar Jan 12 '13 02:01 jehiah