calling sqlalchemy.orm.aliased
on inherited SQLModel throws exception sqlalchemy.exc.NoInspectionAvailable: No inspection system is available for object of type <class 'sqlmodel.main.SQLModelMetaclass'>
#71
Labels
question
Further information is requested
First Check
Commit to Help
Example Code
Description
I would expect to be able to alias a SQLModel object that inherits from another SQLModel object.
Running the example code produces the following error
Operating System
macOS
Operating System Details
No response
SQLModel Version
0.0.4
Python Version
3.8
Additional Context
No response
The text was updated successfully, but these errors were encountered: