0.29.51 (2022-04-22)
Bug Fixes
- cubesql: Bool encoding for text format in pg-wire (7faf34b)
- cubesql: current_schema() UDF (69a75dc)
- cubesql: Proper handling for Postgresql table reference (35f5635)
- playground: chart templates (#4426) (ebc83a9)
Features
- cubesql: Correlated subqueries support for introspection queries (#4408) (1f02b2c)
- cubesql: Implement rewrites for SELECT * FROM WHERE 1=0 (#4427) (0c9abd1)
- cubesql: Support arrays in pg-wire (b7925ba)
- cubesql: Support generate_series UDTF (#4416) (3321925)
- cubesql: Support GetIndexedFieldExpr rewrites (#4424) (8dca8b5)
- cubesql: Support information_schema._pg_datetime_precision UDF (4d20ee6)
- cubesql: Support information_schema._pg_numeric_precision UDF (6fc6c0a)
- cubesql: Support information_schema._pg_numeric_scale UDF (398d1db)
- cubesql: Support lc_collate for PostgreSQL (120ce31)
- cubesql: Support NoData response for empty response in pg-wire (6711c8a)
- cubesql: Support pg_get_expr UDF (#4425) (2b51d70)
- cubesql: Support pg_get_userbyid UDF (c6efef8)
- cubesql: Use proper command completion tags for pg-wire (3e777ec)
- databricks-driver: Export bucket support for S3/Azure (#4430) (4512126)
- query-language: "startsWith", "endsWith" filters support (#4128) (e8c72d6)