We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MAX
Describe the bug Parser throws syntax error when using 'max' for varchar size
Database Engine TransactSQL
To Reproduce -the SQL that be parsed
CREATE TABLE [visits] ([url] varchar(max));
-the node-sql-parser version v5.3.6 -the node version v18.20.3
Expected behavior Parse the sql successfully
Additional context https://learn.microsoft.com/en-us/sql/t-sql/data-types/char-and-varchar-transact-sql?view=sql-server-ver16
The text was updated successfully, but these errors were encountered:
taozhi8833998
Successfully merging a pull request may close this issue.
Describe the bug
Parser throws syntax error when using 'max' for varchar size
Database Engine
TransactSQL
To Reproduce
-the SQL that be parsed
CREATE TABLE [visits] ([url] varchar(max));
-the node-sql-parser version
v5.3.6
-the node version
v18.20.3
Expected behavior
Parse the sql successfully
Additional context
https://learn.microsoft.com/en-us/sql/t-sql/data-types/char-and-varchar-transact-sql?view=sql-server-ver16
The text was updated successfully, but these errors were encountered: