Parse casting to array using double colon operator in Redshift (#1737)

This commit is contained in:
Yoav Cohen 2025-02-22 07:21:45 +01:00 committed by GitHub
parent 1f1c0693da
commit 7fc37a76e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 8 deletions

View file

@ -247,7 +247,7 @@ impl Dialect for PostgreSqlDialect {
}
/// See: <https://www.postgresql.org/docs/current/arrays.html#ARRAYS-DECLARATION>
fn supports_array_typedef_size(&self) -> bool {
fn supports_array_typedef_with_brackets(&self) -> bool {
true
}