You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The autocompletion if executed makes everything lower case. The SQL Formatting button does also not change this behavior. Would make the SQL Code much more readable if we have the differences between SQL Syntax and the value(s).
To Reproduce
Steps to reproduce the behavior:
Install Antares SQL
Connect to any database
Open a new tab
Start typing and using autocompletion
Expected behavior
Seeing differences between SQL Syntax and its values.
Expected example:
CREATEDATABASEmyDB;
Actually behavior:
createdatabasemyDB;
Screenshots:
Application (please complete the following information):
App client [PostgreSQL]
App version [0.7.34]
Installation source: [Flatpak]
Environment (please complete the following information):
OS name: [Fedora Linux]
OS version [41]
DB name [PostgreSQL]
DB version [16.3 (compiled by gcc (GCC) 14.1.1 20240701 (Red Hat 14.1.1-7) 64-bit)]
Additional context
Note:
The app client and database name, in this case PostgreSQL is just an example. It's more an editor thing, I guess 🤷♂️, but wanted to give as much Information as I can. But the error appears on all possible database connections.
The text was updated successfully, but these errors were encountered:
Describe the bug
The autocompletion if executed makes everything lower case. The
SQL Formatting
button does also not change this behavior. Would make theSQL Code
much more readable if we have the differences betweenSQL Syntax
and the value(s).To Reproduce
Steps to reproduce the behavior:
Antares SQL
Expected behavior
Seeing differences between
SQL Syntax
and its values.Expected example:
Actually behavior:
Screenshots:

Application (please complete the following information):
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: