Alexandr Romanenko
Alexandr Romanenko
From comment on #140 : >If you felt like being extra-paranoid with tests (but I don't think this is necessary for this PR) there are a couple more cases we...
Currently, most errors in the dash logic cause `ErrorException` to be thrown. This is not very informative and does not allow application to react differently to different types of errors....
Hi I don’t have much time to develop Dashboards. In addition, I do not use Dashboards in my work, so I do not know what problems and tasks arise when...
Currently, when reading each block, arrays with columns are created again. And this looks like an extra allocation. There is a suggestion to create them in advance and just do...
So far just thoughts for discussion * `insert` requires that all columns in the table are passed. This requirement is clearly redundant - the clickhouse handles insertion with missing columns...