André Mamprin Mori

Results 2 comments of André Mamprin Mori

Any updates on this issue? I found a workaround that raises the validation error while also having `table=True`: ```py from sqlmodel import SQLModel, Field class BaseSQLModel(SQLModel): def __init__(self, **kwargs): self.__config__.table...

> > @andremmori This works excellently and solves this long standing problem. Thank you! > > I personnaly don't feel this way. It's more of a hack, and actually doesn't...