You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we need InstrumentedAttribute and ColumnElement to both come from a common type that meets ExpressionElementRole and SQLCoreOperations, so that functions that deal in SQLAlchemy expression constructs can have a common type.
Activity
sqla-tester commentedon Nov 19, 2022
Mike Bayer has proposed a fix for this issue in the main branch:
add common base class for all SQL col expression objects https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/4223
add common base class for all SQL col expression objects