sequeler icon indicating copy to clipboard operation
sequeler copied to clipboard

Crash when selecting a variable via query tab

Open docquantum opened this issue 3 years ago • 0 comments

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;

docquantum avatar Jun 20 '22 18:06 docquantum