github mkleehammer/pyodbc 4.0.8
MS Access Python 3 support and optimized ints

latest releases: 5.1.0, 5.0.1, 5.0.0...
7 years ago

Issue #84 Previously all Python 3 longs were sent via SQL_BIGINT but Access does not support this so now SQL_INTEGER is used when possible. This is also a nice optimization for other drivers.

Also fixed #195 - Python 3 text and Python 2 unicode was always passed as SQL_WVARCHAR even if the encoding was set to something like UTF-8 that should be SQL_VARCHAR.

Don't miss a new pyodbc release

NewReleases is sending notifications on new releases.