Igor Strykhar
Igor Strykhar
Add ``` // Statement Iterator $state=$this->client->select('SELECT (number+1) as nnums FROM system.numbers LIMIT 5'); foreach ($state as $key=>$value) { echo $value['nnums']; } ```
CH not like delete data. I use drop partitions on my production CH. See my example code in #130
If need delete use: ```php $client->write("Delete...."); ``` If you use cluster, need delete per node
Check you version CH support Delete command. Ch not recommended use delete, use drop partition
I recomend use for delete in Cli, on server. Delete command can work many time, more 10...20 MINS!
I`m try implement ``` curl -X POST -F 'query=select {p1:UInt8} + {p2:UInt8}' -F "param_p1=3" -F "param_p2=4" 'http://default:default@localhost:8123/' 7 ```
Some problem #152 max_execution_time - is integer in clickhouse source - `Seconds` `M(Seconds, max_execution_time, 0, "", 0) \`
Only `setConnectTimeOut & getConnectTimeOut` can be float
Disabled tab Draw, too early published developments code ))
Tabix update to new engine. Thx you issue.