Python Connector for MongoDB v1.2.0

Released: Oct 23, 2024

Aggiornamenti in v1.2.0

Funzionalità

  • Added support for Python 3.13.

Correzioni

  • 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.