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
There is already a PR on this: #262
But it lacks testing and reviews :( I ceased to use TxMongo in production by myself so it would be great if somebody could test it.
txmongo cannot interact with mongo DB servers with version >= 5.1, due to its usage of the
OP_QUERY
command.The
OP_QUERY
command was deprecated in MongoDB 5.1, according tohttps://www.mongodb.com/docs/manual/reference/mongodb-wire-protocol/#ref-op-query-footnote-id4
The text was updated successfully, but these errors were encountered: