Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL with umlauts get bricked #7

Open
flashspys opened this issue Oct 14, 2020 · 1 comment · May be fixed by #8
Open

SQL with umlauts get bricked #7

flashspys opened this issue Oct 14, 2020 · 1 comment · May be fixed by #8

Comments

@flashspys
Copy link

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.

@flashspys
Copy link
Author

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

@flashspys flashspys linked a pull request Oct 14, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant