wip
This commit is contained in:
parent
839cbd0dc0
commit
a9ee4a2bd8
7 changed files with 199 additions and 31 deletions
|
|
@ -43,7 +43,6 @@ class FastModel(SQLModel):
|
|||
|
||||
with config.database.session as session:
|
||||
if id is None:
|
||||
print("get all")
|
||||
statement = select(self.__class__)
|
||||
if where is not None:
|
||||
statement = statement.where(where).options()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue