mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Enhancing Trailing Comma Option (#1212)
This commit is contained in:
parent
a0f511cb21
commit
6d4776b482
7 changed files with 118 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue