Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sqlalchemy>2 support #163

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

okorienev
Copy link
Contributor

Incompatibilities between sqlalchemy version that were adressed:

  • select([c1, c2]) vs select(c1, c2) query syntax
  • row[c] vs row._mapping[c] for accessing result rows attributes

Modified tox.ini to also run tests with sqlalchemy>=1.3,<1.4 for 3.7,3.8,3.9 and sqlalchemy>=2 for 3.10,3.11,3.12.
All specified version of python also run tests with sqlalchemy 1.4 as it was before changes

Incompatibilities between sqlalchemy version that were adrressed:
- select([c1, c2]) vs select(c1, c2) query syntax
- row[c] vs row._mapping[c]

Modified tox.ini to also run tests with sqlalchemy>=1.3,<1.4 for 3.7,3.8,3.9 and sqlalchemy>=2 for 3.10,3.11,3.12.
All specified version of python also run tests with sqlalchemy 1.4 as it was before changes
tox.ini Show resolved Hide resolved
@kindermax kindermax merged commit fe6be9e into evo-company:master Sep 13, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants