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
like #3512 , it's almost strange we didn't implement this for columns also.
Is it possible we can use the existing raiseload() construct and have it call upon set_generic_strategy() rather than set_relationship_strategy() ? it should just work for any attribute.
Activity
zzzeek commentedon Oct 11, 2019
see https://gerrit.sqlalchemy.org/#/c/sqlalchemy/sqlalchemy/+/679/ where this has been partially worked on, based on older architectures
sqla-tester commentedon Oct 11, 2019
Mike Bayer has proposed a fix for this issue in the master branch:
Implement raiseload for deferred columns https://gerrit.sqlalchemy.org/1516
dashedman commentedon Mar 7, 2023
raiseload doesn't work with asterisk
CaselIT commentedon Mar 7, 2023
Can you open a new issue?