Skip to content
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
Closed
@kuba--

Description

@kuba--

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:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions