Skip to content

Crash when selecting a variable via query tab #377

@docquantum

Description

@docquantum

Version: 0.8.0, installed on Ubuntu 22.04 through apt

I have only noticed this so far when working with variables. A base example would be to SET a variable and then SELECT it which will cause the program to segfault. Sometimes the query is executed and it returns nothing until I run it a second time which returns the data. Other times, it crashes on the first run of the query, or the second, or subsequent calls.

e.g.

SET @testVar = "test";
SELECT @testVar;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions