BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
2.02k stars 213 forks source link

Allow unordered parameter on BulkWriter #948

Closed thiagosalvatore closed 3 months ago

thiagosalvatore commented 3 months ago

Fixes the bug reported at #947.

Allow unordered operations on BulkWriter

roman-right commented 3 months ago

Hi @thiagosalvatore This feature is really useful. Thank you for the PR