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

Format SQL issue in the SQL Editor #5226

Open
pawelsalawa opened this issue Jan 21, 2025 · 0 comments
Open

Format SQL issue in the SQL Editor #5226

pawelsalawa opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@pawelsalawa
Copy link
Owner

Discussed in #5225

Originally posted by john-black-3k January 21, 2025
Hello,

I am executing the following query on the chinook sample database:

INSERT INTO ex1.people SELECT FirstName, LastName FROM customers;

Here, "ex1" is another database in the list and "people" is a table with 2 TEXT columns.

Clicking "Format SQL" in the toolbar removes the dot between "ex1" and "people", replacing it with a space. This causes part of the query to be underlined in red, because it is not valid anymore.

Thanks in advance!

@pawelsalawa pawelsalawa added the bug Something isn't working label Jan 21, 2025
@pawelsalawa pawelsalawa added this to the 3.4.16 milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant