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
BUG23622215: Fix missing arguments in transaction methods
The following error is thrown on using any of the transaction methods:
TypeError: execute_nonquery() takes at least 3 arguments (2 given)
Adding the required arguments in the call to `execute_nonquery` from
each of the transaction methods.
Test cases were added for regression.
0 commit comments