mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-23 07:24:10 +00:00
Test trailing commas (#859)
* test: add tests for trailing commas * tweaks
This commit is contained in:
parent
3b1076c194
commit
0113bbd924
12 changed files with 83 additions and 5 deletions
|
@ -2052,12 +2052,14 @@ fn parse_on_commit() {
|
|||
fn pg() -> TestedDialects {
|
||||
TestedDialects {
|
||||
dialects: vec![Box::new(PostgreSqlDialect {})],
|
||||
options: None,
|
||||
}
|
||||
}
|
||||
|
||||
fn pg_and_generic() -> TestedDialects {
|
||||
TestedDialects {
|
||||
dialects: vec![Box::new(PostgreSqlDialect {}), Box::new(GenericDialect {})],
|
||||
options: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue