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
In the documentation, there is an inconsistent variable name which must be the same. The code supplied would not work. Under Getting the number of changed rows, you the parameter received by the callback is response but in the callback it is referred to as result. I recommend using result to be consistent with Getting the number of affected rows.
The text was updated successfully, but these errors were encountered:
In the documentation, there is an inconsistent variable name which must be the same. The code supplied would not work. Under Getting the number of changed rows, you the parameter received by the callback is
response
but in the callback it is referred to asresult
. I recommend usingresult
to be consistent with Getting the number of affected rows.The text was updated successfully, but these errors were encountered: