Python Connector for Microsoft Access Revision History

1.3.0 30-Oct-25

  • Added support for Python 3.14
  • Added the CacheSize and CacheLifetime options to improve performance in the ExclusiveLock mode
  • Added the PartialIndex option to improve SELECT performance
  • Significantly improved the performance of DML operations executed within a transaction
  • Fixed a bug with using indexes on text fields
  • Fixed a bug with accessing linked tables
  • Fixed a bug that caused an access violation when executing a statement containing a LIKE clause
  • Fixed a bug that caused incorrect SELECT results when the WHERE clause contained the "<" operator

1.2.0 23-Oct-24

  • Added support for Python 3.13
  • Added support for accessing Select and Union queries as views

1.1.1 17-Aug-24

  • Updated License Agreement

1.1.0 29-Jul-24

  • Added support for connection pooling
  • Added activation by license key
  • Added subscription license type

1.0.1 25-Apr-24

  • Initial release of Microsoft Access Python Connector
  • Windows 32-bit and 64-bit is supported
  • Linux 64-bit is supported
  • macOS 64-bit and ARM (Apple Silicon M1 and M2) is supported