You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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 thenSELECT
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.
The text was updated successfully, but these errors were encountered: