Fix1.7.3
v1.7.3
Bug fixes for NULL value handling in base-driver, date normalization in timestamp comparisons, window expression aliasing, ORDER BY validation, measure/ORDER BY combinations, and custom granularities. Initial support for Tesseract driver with integration tests.
1.7.3 (2026-07-16)
Bug Fixes
- base-driver: Handle NULL values in readOnly type detection (fix #11094) (#11245) (f06bfb9)
- cubesql: Normalize date-only string literals in timestamp comparisons (#11251) (ec12ff0)
- cubesql: Reference window expressions by generated alias in
ORDER BY(#11250) (8068893) - cubesql: Reject
ORDER BYover ungrouped columns with a clear error (#11249) (ff5eac9) - cubesql: Support
HAVINGon a measure combined withORDER BYon the same measure (#11254) (23b199e) - duckdb-driver: Invalid SQL for custom granularities (#11272) (7850aab)
Features
bug-fixesdriverssqlstability
Source: original entry ↗