mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-02 05:02:16 +00:00
Parse casting to array using double colon operator in Redshift (#1737)
This commit is contained in:
parent
1f1c0693da
commit
7fc37a76e5
7 changed files with 21 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue