SQLModel does not support deferred column loading #1212
Unanswered
MarkusDressel
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
I would like to declare certain columns of a table as deferred like SQLAlchemy is supporting it like here and the when I run select queries like
the deferred blob as not loaded by default unless I add the option to undefer
Setup:
Using SQLModel with async and as postgreSQL database
But in fact, the blob is loaded
Expected result: Blob is not loaded
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.22
Python Version
Python 3.11.7
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions