You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: