mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
801 B
801 B
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v22.3.5.5-lts (438b4a81f7
) FIXME as compared to v22.3.4.20-lts (ecbaf001f4
)
Bug Fix (user-visible misbehaviour in official stable release)
- Backported in #36525: Queries with aliases inside special operators returned parsing error (was broken in 22.1). Example:
SELECT substring('test' AS t, 1, 1)
. #36167 (Maksim Kita). - Backported in #36674: Fix merges of wide parts with type
Object
. #36637 (Anton Popov).