I kinda used some basic SQL for some time, but now I'm studying it a bit more, and I'm using Valentina as my main learning tool.
I've been having some problems whenever I use the DELIMITER keyword or import any *.sql file that includes that keyword.
For example, this throws a Kernel error in Valentina Studio:
DELIMITER |
SHOW TABLES;
|
DELIMITER ;
Using it on command line or on clients like HeidiSQL or PHPMyAdmin, it runs just fine. To make it run on Valentina, I'll have to delete the delimiters, is this a bug, it's intented to be that way? And does that mean I'll have to delete delimiters from all my SQL files?