Skip to content

SQL with umlauts get bricked #7

Description

@flashspys

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

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

effectively bricking this sql code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions