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

SQL with umlauts get bricked

Open flashspys opened this issue 5 years ago • 1 comments

So I've a postgrse schema named "Köln". By pressing CTRL+I the SQL

SELECT
  *
FROM
  köln.tier
```sql
will be formatted to:
```sql
SELECT
  *
FROM
  k ö ln.tier

effectively bricking this sql code.

flashspys avatar Oct 14 '20 13:10 flashspys

It looks like this is a common problem with sql-formatter, and sql-formatter-plus has this bug already fixed

flashspys avatar Oct 14 '20 13:10 flashspys