Add support for DELIMITER syntax
Can you add support for syntax?
DELIMITER $$
CREATE PROCEDURE proc()
BEGIN
/* */
END$$
DELIMITER ;
I need to write sql queries with this syntax and inconvenient to switch to Mysql Workbench every time.
Is there any solution to this yet?
forked and implemented by topic starter https://marketplace.visualstudio.com/items?itemName=poreklo.vscode-mysql
@poreklo is there any way to get your feature merged into this project?
@poreklo is there any way to get your feature merged into this project?
Easy :-) It's only preprocess function https://github.com/poreklo/vscode-mysql/blob/d7d47e3da3966e01119890174d2bcf6140e09dcb/src/common/utility.ts#L32