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
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)
}
The text was updated successfully, but these errors were encountered:
@IlyaSkriblovsky, I must have not setup PR-262 correctly because I started getting legacy opcodes for everything including "inserts" and not just for find like before.
Not sure how it might happen beacuse #262 is intended to use new-style commands for all CRUD operations... But actually I've tested it only with MongoDB and Microsoft's CosmosDB, but not with Amazon's DocumentDB
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
andfind_with_cursor
. Unfortunately, the error message is not very specific.The text was updated successfully, but these errors were encountered: