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
BUG19777815: Add support for warnings with MySQLCursor.callproc()
MySQLCursor.fetchwarnings() was not returning any warnings even
when warnings were generated by calling a stored procedure using
MySQLCursor.callproc() method. We add support to fetch warnings
generated by a stored procedure.
A unit test has been added for BUG#19777815.
0 commit comments