vscode-sql-formatter icon indicating copy to clipboard operation
vscode-sql-formatter copied to clipboard

Support for DELIMITER syntax

Open theking2 opened this issue 2 years ago • 2 comments

The following

DELIMITER $$

is turned into

DELIMITER $ $

which is not syntax.

theking2 avatar Dec 18 '23 12:12 theking2

need this

mannfuri avatar Jan 24 '24 04:01 mannfuri

I need this as well.

Namstel avatar Jul 10 '24 07:07 Namstel