This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
Collect session warnings #465
Closed
Description
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 callctx.Session.AppendWarning(...)
Related to: