vscode-mysql icon indicating copy to clipboard operation
vscode-mysql copied to clipboard

Add support for DELIMITER syntax

Open poreklo opened this issue 7 years ago • 4 comments

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.

poreklo avatar Nov 23 '18 08:11 poreklo

Is there any solution to this yet?

AntonMyr avatar Feb 27 '19 14:02 AntonMyr

forked and implemented by topic starter https://marketplace.visualstudio.com/items?itemName=poreklo.vscode-mysql

advers222 avatar Feb 27 '19 14:02 advers222

@poreklo is there any way to get your feature merged into this project?

silverbullettruck2001 avatar Sep 26 '19 14:09 silverbullettruck2001

@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

poreklo avatar Oct 08 '19 16:10 poreklo