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
execute method not return the newly created or updated row id.
we often require newly created id or data to show user.
and number of effected rows to display.
todo:: return ( effected_rows: i64, last_effected_id: i64) from both execute methods
The text was updated successfully, but these errors were encountered:
jstbyte
changed the title
How To Get Return Values or Id of Insert, Update, Delete
How To Get Return number of effected rows and last effected row id
Nov 8, 2023
execute method not return the newly created or updated row id.
we often require newly created id or data to show user.
and number of effected rows to display.
todo:: return ( effected_rows: i64, last_effected_id: i64) from both execute methods
The text was updated successfully, but these errors were encountered: