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

Autocompletion is lower case in SQL Editor #953

Open
lxwulf opened this issue Feb 20, 2025 · 0 comments
Open

Autocompletion is lower case in SQL Editor #953

lxwulf opened this issue Feb 20, 2025 · 0 comments
Assignees
Labels
enhancement 🚀 New feature or request

Comments

@lxwulf
Copy link

lxwulf commented Feb 20, 2025

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:

  1. Install Antares SQL
  2. Connect to any database
  3. Open a new tab
  4. Start typing and using autocompletion

Expected behavior
Seeing differences between SQL Syntax and its values.

Expected example:

CREATE DATABASE myDB;

Actually behavior:

create database myDB;

Screenshots:
Image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 🚀 New feature or request
Projects
Status: 📌 To do
Development

No branches or pull requests

2 participants