heavyai / sqlalchemy-heavyai

OmniSci Driver for SQLAlchemy
https://omnisci.github.io/sqlalchemy-omnisci
MIT License
5 stars 4 forks source link

Changes to support SQLAlchemy v2 #21

Closed guilhermeleobas closed 1 year ago

guilhermeleobas commented 1 year ago

SQLAlchemy v1.4 test stats:

127 passed, 460 skipped, 1 xfailed in 13.10s

SQLAlchemy v2 test stats:

194 passed, 1206 skipped, 1 xfailed
guilhermeleobas commented 1 year ago

@bmanturner, could you take a look at this PR once you have a chance?

bmanturner commented 1 year ago

@guilhermeleobas Works great and no deprecation messages!

guilhermeleobas commented 1 year ago

@bmanturner, could you merge this PR?