Rene Saarsoo

Results 487 comments of Rene Saarsoo

Better to create a separate issue for this as this `DELIMITER` is really quite a different beast. It's not really part of the language recognized by MySQL server, it's a...

Thanks for the feature suggestion. I'm unsure about this. On one hand I'm cautious of supporting anything that's beyond plain SQL. On another hand various SQL dialects include stuff that's...

Thanks for reporting. Unfortunately the support of procedural SQL in SQL Formatter is pretty weak. The specific problem happens because it really only understand the SQL CASE expression, but has...

You can use it through the VSCode Prettier extension as it's just a plugin for [Prettier](https://prettier.io/).

Thanks for the suggestion. > I could have sworn I DONT need to install the sql-formatter binary via npm or yarn if I install the plugin (the docs could be...

Thanks for the thorough explanation. Would you perhaps be interested in contributing this log-exposure functionality (which seems like a useful addition)? You seem to know a lot more about this...

Thanks for the feature request. I'm open for a pull request, but I'm not really interested in implementing it by myself. Luckily for you, adding a support for a new...

DuckDB is now supported in 15.6.0.

Thanks for reporting. This happens because the formatter expects `CALL` to be a start of a [CALL statement](https://www.postgresql.org/docs/current/sql-call.html). Similar problem happens with other keywords that mark the start of some...