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

SQL with umlauts get bricked

Open flashspys opened this issue 3 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