update!() { /* proc-macro */ }
Expand description
Executes a SQL statement with optionally automatic UPDATE
clause. On success, returns the number of rows that were changed.
update!() { /* proc-macro */ }
Executes a SQL statement with optionally automatic UPDATE
clause. On success, returns the number of rows that were changed.