0.29.38 (2022-04-01)
Bug Fixes
- cubesql: Deallocate statement on specific command in MySQL protocol (ab3f36c)
- cubesql: Enable EXPLAIN support for postgres (c0244d1)
- cubestore: Add compaction and chunk writing guards to cleanup uploads folder on any failures to minimize storage bloating (b6e79fa)
- native: Post installation issue with npm (#4302) (8aa9c71)
Features
- cubesql: Initial support for current_schemas() postgres function (e0907ff)
- cubesql: Postgres pg_catalog.pg_class MetaLayer table (#4287) (d70da08)
- cubesql: Support binding values for prepared statements (MySQL only) (ad26dc5)
- cubesql: Support current_schema() postgres function (44b64ce)
- cubesql: Support information_schema.character_sets (postgres) table (1804b79)
- cubesql: Support information_schema.key_column_usage (postgres) table (84cf2c1)
- cubesql: Support information_schema.referential_constraints (postgres) table (eeb42be)
- cubesql: Support information_schema.table_constraints (postgres) table (2d6bfee)
- cubesql: Support pg_catalog.pg_description and pg_catalog.pg_constraint MetaLayer tables (#4292) (0ea9699)
- MySQL SET variables / Postgres SHOW SET variables (#4266) (88ec3cc)
- cubesql: Postgres pg_catalog.pg_proc MetaLayer table (#4289) (b3613d0)
- cubesql: Support pg_catalog.pg_attrdef table (d6aae8d)
- cubesql: Support pg_catalog.pg_attribute table (d5f7d0c)
- cubesql: Support pg_catalog.pg_index table (a621532)