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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
After we implemented
SHOW WARNINGS
, right now we need to collect to session warnings.PR: #464 extended
Session
interface by:AppendWarning(warn *sql.Warning)
Warnings()[]*sql.Warning
So, what left is to collect session warnings and call
ctx.Session.AppendWarning(...)
Related to:
Implement SHOW WARNINGS; #442
Show warnings - implementation #464
https://dev.mysql.com/doc/refman/8.0/en/show-warnings.html
The text was updated successfully, but these errors were encountered: