Update CHANGELOG.draft.md

This commit is contained in:
KochetovNicolai 2018-06-25 16:24:42 +03:00 committed by GitHub
parent 94dd3b0e1e
commit ea59cb0b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,17 @@
en:
# en:
## Improvements:
* `clickhouse-client`: option --ask-password for interactively ask for credentials #1044
## Bug fixes:
* Fixed a crash that occurred while reading from ReplacingMergeTree with prewhere condition which filters all rows. #2525
ru:
# ru:
## Улучшения:
* `clickhouse-client`: опция --ask-password для интерактивного ввода пароля #1044
## Исправление ошибок:
* Исправлено падение при чтении из ReplacingMergeTree с условием в prewhere, фильтрующим все строки. #2525