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

tsql - Add Azure Synapse Analytics specific options for CREATE TABLE #2471

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

grschneider
Copy link
Contributor

Current T-SQL lexer/parser fails to parse certain Azure Synapse Analytics specific CREATE TABLE options (doc: https://docs.microsoft.com/en-us/sql/t-sql/statements/create-table-azure-sql-data-warehouse?view=aps-pdw-2016-au7).
I added these and created an example file for testing purposes.

@grschneider grschneider changed the title Add Azure Synapse Analytics specific options for CREATE TABLE tsql - Add Azure Synapse Analytics specific options for CREATE TABLE Jan 5, 2022
@KvanTTT KvanTTT added example New example of file(s) parsed by grammar-generated parser tsql labels Jan 5, 2022
@KvanTTT KvanTTT merged commit 82b2d79 into antlr:master Jan 5, 2022
@KvanTTT
Copy link
Member

KvanTTT commented Jan 5, 2022

Thanks for the contribution and welcome to ANTLR grammars repostory!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
example New example of file(s) parsed by grammar-generated parser tsql
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants