Skip to content

Incompatible with any version of DocumentDB #286

Description

@radifalco

Whether I use the 3.6, 4.x, or 5.0 mongo emulation, txmongo is incompatible with DocumentDB. PyMongo seems to work just fine on all. Inserts and updates work great, the only issues are find and find_with_cursor. Unfortunately, the error message is not very specific.

{
   'ok': 0.0, 
   'code': 303, 
   'errmsg': 'Legacy opcodes are not supported', 
   'operationTime': Timestamp(1682704478, 1)
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions