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

Query text: enhance syntax highlighting to support more the sql standard data types #1695

Closed
speckyspooky opened this issue May 18, 2024 · 2 comments
Assignees
Labels
Enhancement Small change to improve the current supported functionality
Milestone

Comments

@speckyspooky
Copy link
Contributor

The syntax highlighting of the query editor supports currently a large set of keywords.
But not all data types will be recognized and higlighted.

I will enhance the keyword set to recognize the standard SQL data types.
And some of the most used data types like Oracle number, varchar2.

grafik

@speckyspooky speckyspooky added this to the 4.16 milestone May 18, 2024
@speckyspooky speckyspooky self-assigned this May 18, 2024
@speckyspooky speckyspooky added the Enhancement Small change to improve the current supported functionality label May 18, 2024
@speckyspooky
Copy link
Contributor Author

The PR #1696 contains the changes.
I added the standard sql data types and the data types of Oracle and MS SQL as the representatives of the most common relational data bases.

@speckyspooky
Copy link
Contributor Author

The change is merged to the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Small change to improve the current supported functionality
Projects
None yet
Development

No branches or pull requests

1 participant