Nuacht

Please, take a look at this issue: mysqljs/mysql#1683 Apparently DELIMITER is a command to mysql-cli and not a mysql syntax, so it's not part of the driver we are using.
Looks like it does work without DELIMITER. And my script app seems to accept it without DELIMITER, so I probably don't need this personally anymore, but it might be nice for others if it was supported ...