Enhancing Trailing Comma Option (#1212)

This commit is contained in:
Mohamed Abdeen 2024-06-07 13:44:04 +03:00 committed by GitHub
parent a0f511cb21
commit 6d4776b482
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 118 additions and 12 deletions

View file

@ -3701,7 +3701,7 @@ fn parse_create_table_with_alias() {
int2_col INT2,
float8_col FLOAT8,
float4_col FLOAT4,
bool_col BOOL,
bool_col BOOL
);";
match pg_and_generic().one_statement_parses_to(sql, "") {
Statement::CreateTable(CreateTable {