Support PostgreSQL array subquery constructor (#566)

This commit is contained in:
Alex Qyoun-ae 2022-08-12 22:08:56 +04:00 committed by GitHub
parent 61dc3e9bf9
commit 31ba0012f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 101 additions and 2 deletions

View file

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