mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1.3 KiB
1.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.10.2.13-stable (65d8522bb1
) FIXME as compared to v23.10.1.1976-stable (13adae0e42
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix a crash during table loading on startup #56232 (Nikolay Degterinsky).
- Fix segfault in signal handler for Keeper #56266 (Antonio Andelic).
- Fix incomplete query result for UNION in view() function. #56274 (Nikolai Kochetov).
- Fix inconsistency of "cast('0' as DateTime64(3))" and "cast('0' as Nullable(DateTime64(3)))" #56286 (李扬).
- Fix crash in case of adding a column with type Object(JSON) #56307 (Nikita Mikhaylov).
- Fix buffer overflow in T64 #56434 (Alexey Milovidov).