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

Add Microsoft SQL Server support #3774

Open
SockworkOrange opened this issue Jan 6, 2025 · 1 comment
Open

Add Microsoft SQL Server support #3774

SockworkOrange opened this issue Jan 6, 2025 · 1 comment
Labels
enhancement New feature or request new/engine

Comments

@SockworkOrange
Copy link
Contributor

SockworkOrange commented Jan 6, 2025

What do you want to change?

I am one of the developers of the C# plugin. We published our plugin in the community and received a lot of feedback - mainly around the lack of support in SQL Server.
I took a look at the engines implementations and saw that in SQLite you use antlr to parse the SQL, and that antlr has the same kind of support for tsql (SQL Server's SQL dialect).

I want to propose that I will start working on an SQL Server iplementation, in the same manner as the SQLite one.
@doron050

What database engines need to be changed?

No response

What programming language backends need to be changed?

No response

@SockworkOrange SockworkOrange added the enhancement New feature or request label Jan 6, 2025
@kyleconroy kyleconroy changed the title Support SQL Server as an engine Add Microsoft SQL Server support Jan 9, 2025
@kyleconroy
Copy link
Collaborator

I updated the title and added the tag we use for all new engine requests. This one is unlikely to happen soon, mainly because I have larger plans for refactoring how we add new engines. That said it's most certainly on the roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new/engine
Projects
None yet
Development

No branches or pull requests

2 participants