Compliant with Microsoft SQL #1049
Replies: 4 comments 18 replies
-
|
MSSQL support is planned but not implemented yet. Hopefully soon! |
Beta Was this translation helpful? Give feedback.
-
|
hi, what's the status on the Microsoft SQL compliance/support? |
Beta Was this translation helpful? Give feedback.
-
|
For the parser what is the hesitancy to use https://github.com/antlr/grammars-v4/tree/master/sql/tsql as mentioned by @tooolbox? |
Beta Was this translation helpful? Give feedback.
-
|
ANTLR grammars produce really gross ASTs. Our SQLite parser currently uses it and I want to avoid it. I've started workon https://github.com/sqlc-dev/teesql which is a parser written in Go. Try it out! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I was investigating this package for possible usage within my service. However, I couldn't find a reference on Microsoft SQL server. Is the package compliant and usable for Microsoft SQL? MSSQL?
Kind regards,
Pepijn
Beta Was this translation helpful? Give feedback.
All reactions