mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Support SETTINGS
pairs for ClickHouse dialect (#1327)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
44d7a20f64
commit
700bd03d6f
9 changed files with 111 additions and 5 deletions
|
@ -103,6 +103,7 @@ fn parse_create_procedure() {
|
|||
locks: vec![],
|
||||
for_clause: None,
|
||||
order_by: vec![],
|
||||
settings: None,
|
||||
body: Box::new(SetExpr::Select(Box::new(Select {
|
||||
distinct: None,
|
||||
top: None,
|
||||
|
@ -546,6 +547,7 @@ fn parse_substring_in_select() {
|
|||
fetch: None,
|
||||
locks: vec![],
|
||||
for_clause: None,
|
||||
settings: None,
|
||||
}),
|
||||
query
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue