Python Connector for MongoDB v1.2.0

Released: Oct 23, 2024

v1.2.0 中的更新

特性

  • Added support for Python 3.13.

修補程式

  • Fixed bug with an error when a document has a field with the same name as the collection name.
  • Fixed bug with executing SQL queries containing 64-bit constant values.
  • Fixed bug with inserting documents with duplicate _id.
  • Fixed bug with Access Violation in the .connect() module method.