formulahendry / formulahendry/vscode-mysql

Add support for DELIMITER syntax

Open
#85 4 comments 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.