This repository has been archived by the owner on Jul 6, 2022. It is now read-only.
Missing space/new line with DELIMITER #72
Labels
formatting
Bugs or Issues related to SQL Formatting
Describe the bug
When using a
DELIMITER
there is an erroneous output. Try to format the following code:Expected Output
Actual Output
There is no new line after
BEGIN
, but most importantly there is no space or even better a new line afterEND $$
and a space afterDELIMITER
.Usage
prettier-sql -l mariadb -o with_delimiter.sql with_delimiter_formatted.sql
MariaDB, MySQL
16
The text was updated successfully, but these errors were encountered: