ClickHouse/docs/changelogs/v20.5.2.7-stable.md
2022-05-25 00:05:55 +02:00

4.8 KiB

ClickHouse release v20.5.2.7-stable FIXME as compared to v20.5.1.3833-prestable

New Feature

Improvement

  • Add number of errors to ignore while choosing replicas (distributed_replica_error_ignore). #11669 (Azat Khuzhin).
  • Multiversion metadata for storages without structure locks. #11745 (alesapin).
  • Slightly relax the validation of ODBC connection string. If the hostname or username contains only word characters along with . and -, don't put it into curly braces. It is needed, because some ODBC drivers (e.g. PostgreSQL) don't understand when hostname is enclosed in curly braces. #11845 (Alexey Milovidov).
  • Support SIGNED and UNSIGNED modifiers of standard integer types (BIGINT, INT, ...) for compatibility with MySQL. #11858 (Alexander Tokmakov).
  • Allow to use sumWithOverflow as SimpleAggregateFunction. Closes #8053. #11865 (Alexander Kuzmenkov).
  • Add FixedString support in Hashing functions. #11878 (flynn).

Bug Fix

Build/Testing/Packaging Improvement

NO CL ENTRY