Infinidat / infi.clickhouse_orm

A Python library for working with the ClickHouse database (https://clickhouse.yandex/)
BSD 3-Clause "New" or "Revised" License
414 stars 136 forks source link

Fixed infinitive loop while parsing Array of strings #198

Closed Romamo closed 1 year ago

Romamo commented 1 year ago

Fixed infinitive loop while parsing Array of strings: fields.ArrayField(fields.StringField())

If your string has a single quote ' and square bracket, unescape will make impossible to decode the value using the following parse_array.