Type inheritance doesn't work in a simple select statement #1388
Unanswered
muratgozel
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
PyCharm shows the following type error for the

session.exec(statement)
. Looks like thestatement
inheritsSelectBase
from sqlalchemy and not theSelect
from sqlmodel.Operating System
macOS
Operating System Details
No response
SQLModel Version
0.0.24
Python Version
3.13.3
Additional Context
Beta Was this translation helpful? Give feedback.
All reactions