Skip to content

raiseload for columns #4826

Closed
Closed
@zzzeek

Description

@zzzeek
Member

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

added this to the 1.4 milestone on Aug 28, 2019
zzzeek

zzzeek commented on Oct 11, 2019

@zzzeek
MemberAuthor

see https://gerrit.sqlalchemy.org/#/c/sqlalchemy/sqlalchemy/+/679/ where this has been partially worked on, based on older architectures

sqla-tester

sqla-tester commented on Oct 11, 2019

@sqla-tester
Collaborator

Mike Bayer has proposed a fix for this issue in the master branch:

Implement raiseload for deferred columns https://gerrit.sqlalchemy.org/1516

dashedman

dashedman commented on Mar 7, 2023

@dashedman

raiseload doesn't work with asterisk

CaselIT

CaselIT commented on Mar 7, 2023

@CaselIT
Member

Can you open a new issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zzzeek@sqla-tester@CaselIT@dashedman

        Issue actions

          raiseload for columns · Issue #4826 · sqlalchemy/sqlalchemy