-
I have a ActiveModel like this; ActiveModel {
id; Unchanged(1),
name: NotSet,
password: NotSet
} The SQL query for saving this looks like that: UPDATE
`users`
SET
WHERE
`users`.`id` = ? And that leads to a syntax error (empty set section). I'm considering whether it's sea-orm's task to determine if the ActiveModel does noting or not. |
Beta Was this translation helpful? Give feedback.
Answered by
billy1624
Jan 9, 2023
Replies: 1 comment
-
Hey @lihe07, I think this is something that we need to "fix". For anyone who is reading this please track the progress and discussion at #1376 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
billy1624
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @lihe07, I think this is something that we need to "fix". For anyone who is reading this please track the progress and discussion at #1376