ClickHouse/docs/changelogs/v21.8.10.19-lts.md
2022-05-25 00:05:54 +02:00

1.4 KiB

ClickHouse release v21.8.10.19-lts FIXME as compared to v21.8.9.13-lts

Improvement

Bug Fix (user-visible misbehaviour in official stable or prestable release)

  • Backported in #29724: Fix null deference for GROUP BY WITH TOTALS HAVING (when the column from HAVING wasn't selected). #29553 (Azat Khuzhin).
  • Backported in #30233: Fix INSERT SELECT incorrectly fills MATERIALIZED column based of Nullable column. #30189 (Azat Khuzhin).
  • Backported in #30333: * Allow identifiers staring with numbers in multiple joins. #30230 (Vladimir C).
  • Backported in #30377: fix replaceRegexpAll bug. #30292 (Memo).