social-examples icon indicating copy to clipboard operation
social-examples copied to clipboard

SQLAlchemy access code changes are required for SQLAlchemy version up.

Open search5 opened this issue 4 months ago • 0 comments

Expected behaviour

Version 2.0 of SQLAlchemy for social integration is being officially released on January 26, 2023, so if you install sqlalchemy with pip, version 2 will be installed automatically. However, the source code currently only works with SQLAlchemy 1.

As a result, all source code that uses SQLAlchemy will need to be modified to be compatible with SQLAlchemy 2.

Actual behaviour

Once the libraries for other frameworks that use SQLAlchemy are changed to use the latest SQLAlchemy, the example code will need to be updated.

Any other comments?

I have made all the relevant updates and am currently working on testing them. I'll send PRs to other frameworks that use SQLAlchemy when they're ready to merge.

search5 avatar Feb 21 '24 14:02 search5