-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
None
-
Minor Change
PyMongo's gridfs implementation has support for sessions but does not work with multi-document transactions. We should:
- raise informative error message when attempting a GridFS operation in a transaction.
- document that transactions are not supported in GridFS.
See DRIVERS-559 for more motivation.
- related to
-
DRIVERS-559 GridFS with multi-document transaction support does not work
- Backlog