Nicolai Trandafil
Nicolai Trandafil
@mwm126 You should use `-std=c++1y`, but not `-std=c++11`
The attached project still terminates with segmentation fault and ASAN error with Boost 1.80.0-2 and GCC 12.2.0. I noticed that with optimization level `-O2` the program works fine but not...
Hi @jeffutter, > On server side the stream also listens for the reload_signal. When the stream receives the signal it ends. Essentially the stream `select!`s on a copy of `reload_signal`...
I think my issue is different. **Given that I manually end my streams** the server still doesn't shut down for about 1 minute when there is no WI-FI connection. I...
It doesn't provide bindings for python, you can't use it from pyqt right now
Is there a different way to obtain row count in a SQL which contains "LIMIT" before the limit is applied? I mean without employing two separate queries. This would be...
Hello @Enmk. You could use the SQL which I provided in my first comment. I tested the feature on the official playground of Clickhouse ``` clickhouse client --secure --host play.clickhouse.com...