googleapis / python-spanner-sqlalchemy

Apache License 2.0
38 stars 28 forks source link

feat: SQLAlchemy 2.0 support #308

Closed IlyaFaer closed 1 year ago

IlyaFaer commented 1 year ago

get_view_names() method must be implemented for SQLAlchemy 2.0 get_multi_pk_constraint(), get_multi_foreign_keys(), get_multi_columns(), get_multi_indexes(), get_multi_check_constraints() methods must be implemented. For now tests for them are just skipped

SQLAlchemy 1.4 to 2.0 migration guide: https://docs.sqlalchemy.org/en/20/changelog/migration_20.html It covers the main changes made in SQLAlchemy 2.0.