github mkleehammer/pyodbc 4.0.27
Bug Fixes: bigint, datetime2, big-endian, unit-tests

latest releases: 5.1.0, 5.0.1, 5.0.0...
4 years ago
  • Use int instead of bigint when possible (based on size of data) to work with drivers that don't support bigint at all. Thanks @gordthompson and @v-makouz
  • Support SQL Server datetime2 precision. Previously more data was passed than the column precision causing an error. Thanks @PrinsEdje80, @v-makouz, and @v-chojas
  • Make Informix unit tests work again. Thanks @richard-reece
  • Correct encoding error on big-endian machines for connection errors. Default to native UTF16 instead of UTF16-LE. Thanks @kadler
  • Fix MySQL unit tests. Thanks @gordthompson

Don't miss a new pyodbc release

NewReleases is sending notifications on new releases.