mxdev88
mxdev88
hi @jpmckinney do you think you will get a chance to review at all?
I tried this workaround with `@mapper_registry.mapped` but I get "sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedColumn) column xxx does not exist". With "inherit_condition" SQLAlchemy maked the correct join but thinks all columns are in the...
> 2. I still don't know how to prevent sqlmodel from creating the fields of the parent table in the child table. SQLModel thinks the fields of the parent table...