mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 03:07:20 +00:00
Box Query
in Cte
(#572)
This commit is contained in:
parent
39761b0599
commit
0724ef13a4
3 changed files with 4 additions and 4 deletions
|
@ -3861,7 +3861,7 @@ fn parse_recursive_cte() {
|
|||
quote_style: None,
|
||||
}],
|
||||
},
|
||||
query: cte_query,
|
||||
query: Box::new(cte_query),
|
||||
from: None,
|
||||
};
|
||||
assert_eq!(with.cte_tables.first().unwrap(), &expected);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue