Vladimir Rudev
Vladimir Rudev
File name group always must be in title pattern, if it doesn't than pattern is invalid.
See last commit changed file
``` ELECT EventParameters FROM events_all LIMIT 1 ┌─EventParameters────────────────────────────────────┐ │ "{""GroupID"":""Default"",""PlayerID"":""... ``` It is inserted with escaped quotes(by quotes). Clickhouse JSON functions can't parse this JSON, only this workaround is working...
By read-only I mean columns that generated/updated by database( for example `ON UPDATE` for mysql, or generated column, or modified by trigger). Such columns should not be used in `update`...