0.37.2
ARRAY[] is now parsed differently in BigQuery and PostgreSQL. #127
- in BigQuery it's parsed as
typed_expras before. - in PostgreSQL it's now parsed as
array_literal_expr.
ARRAY[] is now parsed differently in BigQuery and PostgreSQL. #127
typed_expr as before.array_literal_expr.