sql-formatter-org / sql-formatter

A whitespace formatter for different query languages
https://sql-formatter-org.github.io/sql-formatter/
MIT License
2.37k stars 405 forks source link

[VSCode]: uuid_generate_v4() is not recognised as a function #798

Closed mechastriker3 closed 2 weeks ago

mechastriker3 commented 2 weeks ago

Describe your problem

Expected output

uuid_generate_v4()

Actual output

uuid_generate_v4 ()

Which SQL dialect does this apply to?

PostgreSQL

Which SQL dialect is configured in your VSCode extension settings?

PostgreSQL

Version of the VSCode extension

v4.1.3

I have tried to reproduce this issue on the demo page, and it

nene commented 2 weeks ago

This is pretty much the same issue as #444.

Unfortunately there is no easy fix for this.