Turbodbc Versions Save

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.

4.11.1

2 weeks ago

Set upper limit on pyarrow also in pyproject.toml

4.11.0

3 months ago

Support pyarrow=15

4.10.1

4 months ago

Re-upload of 4.10.1 as this repo still doesn't pick up git tags.

4.10.0

4 months ago
  • Fix performance bug in dealing with character columns under Windows, because of utf conversion by using simdutf instead of wstring_convert

4.9.0

5 months ago

Same as 4.8.1

4.8.1

5 months ago

What's Changed

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.8.0...4.8.1

4.8.0

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/blue-yonder/turbodbc/compare/4.7.0...4.8.0

4.7.0

8 months ago
  • Support pyarrow=13

4.6.0

1 year ago
  • Drop python 3.8 support
  • Add python 3.11 support
  • Require numpy>=1.20.0
  • Require pyarrow>=7
  • Support pyarrow=12
  • Bump pybind11 version to 2.10.4
  • Update GitHub Actions
  • Update pre-commit hooks and linting

4.5.10

1 year ago

Add support for pyarrow=11.