phpClickHouse
phpClickHouse copied to clipboard
php ClickHouse wrapper
Insert
Hi, I see in the code that there are some standard quotes/encoding configuration. The problem I have is when I do an insert with a json it becomes {\"time\": 123}...
``` setConnectTimeOut getConnectTimeOut max_execution_time timeOut timeOutMs CURLOPT_CONNECTTIMEOUT_MS CURLOPT_TIMEOUT_MS ```
Hello with 1.4.5 version you've broke backward compatibility for https://github.com/smi2/phpClickHouse/blame/master/src/Client.php#L186 Also please actualize readme examle https://github.com/smi2/phpClickHouse/blame/master/README.md#L66 `$db->setTimeout(1.5); // 1 second , support only Int value` o_O Thanks in advance
Instead of loading all item in mermory `->rows` or using the `readSteam` function would be nice to have a iterator interface to be able to loop all items without loading...
Are there a solution like PDO::setParameter(..) ?
Delete data
I had gone through phpClickhouse Client but I could not find how to delete data using PHP. Could you help me out in this?
swoole >= 4.6.x The latest swoole does not support CURL_MULTI_XX
It always tips: replace /file_75_bak/2020-01-04_2444342341? [y]es, [n]o, [A]ll, [N]one, [r]ename: when i use $db->insert(). Thanks!
Sometimes ClickHouse returns 200 OK when exception occured for details see https://github.com/ClickHouse/ClickHouse/issues/15124 currently **\ClickHouseDB\Statement** ```php
Hi guys. I get this error approximately 50% of cases. And in other 50% of cases everithing is ok. Do you have any ideas what's wrong? That is my code:...