Skip to content

MSSQL: Support PROC as CREATE PROCEDURE abbreviation - #2448

Open
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/mssql-create-proc
Open

MSSQL: Support PROC as CREATE PROCEDURE abbreviation#2448
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/mssql-create-proc

Conversation

@t8y2

@t8y2 t8y2 commented Aug 22, 2026

Copy link
Copy Markdown

Adds support for the T-SQL PROC abbreviation in both CREATE PROC and CREATE OR ALTER PROC.

The parser gates the syntax through a dialect capability and normalizes the AST display to PROCEDURE. Tests also verify that CREATE PROC remains MSSQL-specific and that proc can still be used as an identifier.

Reference: https://learn.microsoft.com/en-us/sql/t-sql/statements/create-procedure-transact-sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant