trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Increase test coverage for sqlalchemy 1.3 api #257

Open mdesmet opened 1 year ago

mdesmet commented 1 year ago

Describe the feature

Currently in CI we test both latest 1.3 and 1.4 sqlalchemy versions, however most sqlalchemy tests are only compatible with sqlalchemy 1.4 api and disabled for sqlalchemy 1.3.

Investigate if the same tests can be adapted or if it is better to split up the tests per version.

Describe alternatives you've considered

No response

Are you willing to submit PR?