formulahendry / formulahendry/vscode-mysql
Add support for DELIMITER syntax
Open
- Dominant language
- TypeScript
- Stars
- 229
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.