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
@duncangroenewald Thanks for opening so many issues. I love that you make your feedback heard. And sorry for taking so long to come back to it.
I can't find an example of executing and UPDATE statement and getting the number of rows that were updated back in the results.
You can't find an example for this today, as we sadly currently do not support returning the affected rows for prepared statements. Is it okay for you if I change this ticket to request this feature?
I can't seem to get an UPDATE statement to work, well the query seems to work and doesn't throw an exception but the database is not being updated.
I can't find an example of executing and UPDATE statement and getting the number of rows that were updated back in the results.
A code snipped showing how this is supposed to be done will be helpful. Thanks
The text was updated successfully, but these errors were encountered: