blue-yonder / turbodbc

Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
http://turbodbc.readthedocs.io/en/latest
MIT License
607 stars 85 forks source link

Add pyarrow 12, drop python 3.8 #388

Closed alippai closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (93b45e3) 98.81% compared to head (6291b51) 98.81%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #388 +/- ## ======================================= Coverage 98.81% 98.81% ======================================= Files 94 94 Lines 3033 3033 ======================================= Hits 2997 2997 Misses 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

alippai commented 1 year ago

@xhochy this should be ready to merge & release. I also see https://github.com/blue-yonder/turbodbc/pull/372 is ready, that can be part of the next release as well.

xhochy commented 1 year ago

Thanks @alippai, I'm adding a CODEOWNERS now so that I get better notifications for these PRs: https://github.com/blue-yonder/turbodbc/pull/390