Box Query in Cte (#572)

This commit is contained in:
Alex Qyoun-ae 2022-09-27 17:03:58 +04:00 committed by GitHub
parent 39761b0599
commit 0724ef13a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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);