Replies: 1 comment
-
For from sqlmodel import col
...
select(User).where(col(User.email) == "xxx") Regarding `session.exec(update(...)), there is open issue to track this: #909 |
Beta Was this translation helpful? Give feedback.
0 replies
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
Operating System
Linux
Operating System Details
No response
SQLModel Version
0.0.19
Python Version
3.10.14
Additional Context
What is the problem?
Beta Was this translation helpful? Give feedback.
All reactions