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
I added a more informative error when using returning in rows_update/patch() for MariaDB. rows_upsert() isn't supported for MariaDB for now. If you need it, it would be great if you could add a PR.
"returning" parameter of rows_update, rows_upsert and rows_patch causes invalid SQL syntax to be generated.
As per the MariaDB documentation, "RETURNING" can only be used in INSERT, REPLACE and DELETE queries.
The text was updated successfully, but these errors were encountered: