Materialize v0.92
v0.92
SQL
-
Adjust null handling in the
to_jsonbfunction to match PostgreSQL’s behavior. The functin now returnsNULLwhen its input isNULL, rather than returning the JSONnullvalue. -
Add
timeline_idto themz_internal.mz_postgres_sourcessystem catalog table. This column registers the PostgreSQL timeline ID determined on source creation.
Bug fixes and other improvements
- Fix a panic when calling the
to_jsonbon a list containingNULLarray values.