tauri-plugin-sqlite icon indicating copy to clipboard operation
tauri-plugin-sqlite copied to clipboard

How To Get Return number of effected rows and last effected row id

Open jstbyte opened this issue 7 months ago • 0 comments

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

jstbyte avatar Nov 08 '23 05:11 jstbyte