You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It causes a database error during a password change:
database-db-1 | 2023-08-1322:02:05.531 UTC [1462] ERROR: syntax error at or near "table" at character 9
database-db-1 | 2023-08-1322:02:05.531 UTC [1462] STATEMENT:
database-db-1 | UPDATE table SET
database-db-1 | email = $2,
database-db-1 | password = $3,
database-db-1 | is_admin = $4,
database-db-1 | WHERE
database-db-1 | id = $1
I think under the tokio_postgres implementation the UPDATE_USER sql code is wrong.
The text was updated successfully, but these errors were encountered:
It causes a database error during a password change:
I think under the tokio_postgres implementation the UPDATE_USER sql code is wrong.
The text was updated successfully, but these errors were encountered: