Materialize v0.100
v0.100
SQL
-
Add a
MAPexpression that allows constructing amapfrom a list of key–value pairs or a subquery.SELECT MAP['a' => 1, 'b' => 2]; map ------------- {a=>1,b=>2}
Bug fixes and other improvements
- Support the
COPY TOcommand in the WebSocket API, so it’s possible to run it from the SQL Shell.