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

MS SQL create table parse error #1264

Open
TylerBrinks opened this issue May 7, 2024 · 1 comment
Open

MS SQL create table parse error #1264

TylerBrinks opened this issue May 7, 2024 · 1 comment

Comments

@TylerBrinks
Copy link

This is a mirror of the C# issue found here

MS SQL parsing expects a comma after primary key and does not accept the identity keyword

#[test]
fn parse_ms_sql_create_column_with_identity(){
    let sql = "create table T_Users(id bigint primary key identity, username varchar(255) not null);";
     ms().verified_only_select(sql);
}
@shilohooo
Copy link

Any update here?

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

No branches or pull requests

2 participants