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.

Warnings are being cleared after every query #600

Closed
@kuba--

Description

@kuba--

If you send two queries in the same session, e.g.:

-- some empty query as a comment;

SHOW WARNINGS;

We expect to see a warning(s). At least:
query was empty after trimming comments, so it will be ignored.

Unfortunatelly we have a rule clearWarnings:

{"clear_warnings", clearWarnings},

which runs after every query. That's why the second query show warning has a cleared session.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions