1
0
forked from pool/python-pyodbc

Accepting request 759209 from home:Monex:branches

Hello,
I've updated the package to 4.0.28.
Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/759209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-12-26 08:55:58 +00:00
committed by Git OBS Bridge
parent bded0ce313
commit 9e0a82013e
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 25 17:08:19 UTC 2019 - Dirk Hartmann <monex@liquid-co.de>
- Update to version 4.0.28
* Fix incorrect size calcation for Unicode characters (#654)
* Fix binding of 32-bit ints on 64-bit Linux (#611)
* Fixes type mismatch for null/None with table value parameters. #596
* Fixes and cleanup of unit tests for MS Access (#606), MySQL (#630 #632) and new tests (#637 #645)
-------------------------------------------------------------------
Sat Sep 14 15:34:06 UTC 2019 - John Vandenberg <jayvdb@gmail.com>