Skip to content

Commit

Permalink
feat: Support SQLAlchemy 2.0 (#185)
Browse files Browse the repository at this point in the history
Most of the changes had to do with SQLAlchemy no longer defaulting to
auto-commit. You have to either use a begin context or explicitly
commit. Also a handful of changes on when an engine/connection is bound
to metadata/reflect.

---------

Co-authored-by: Edgar R. M <[email protected]>
Co-authored-by: Derek Visch <[email protected]>
Co-authored-by: Derek Visch <[email protected]>
  • Loading branch information
4 people authored Oct 20, 2023
1 parent 2c702e0 commit 1468179
Show file tree
Hide file tree
Showing 5 changed files with 468 additions and 402 deletions.
Loading

0 comments on commit 1468179

Please sign in to comment.