mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 19:27:21 +00:00
Support PostgreSQL array subquery constructor (#566)
This commit is contained in:
parent
61dc3e9bf9
commit
31ba0012f7
5 changed files with 101 additions and 2 deletions
|
@ -2597,7 +2597,7 @@ fn parse_bad_constraint() {
|
|||
|
||||
#[test]
|
||||
fn parse_scalar_function_in_projection() {
|
||||
let names = vec!["sqrt", "array", "foo"];
|
||||
let names = vec!["sqrt", "foo"];
|
||||
|
||||
for function_name in names {
|
||||
// like SELECT sqrt(id) FROM foo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue