- 首页 /
- 组件 /
- ... /
- 数据层 /
- 数据库连接 /
- Python Connector for Microsoft Access
Python Connector for Microsoft Access v1.3.0
Released: Oct 30, 2025
v1.3.0 中的更新
特性
- 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.