Vladyslav
Vladyslav
Hello! Now, where I want create table on cluster with this code: ``` $this->builder ->onCluster('test') ->createTableIfNotExists('test', 'ReplicatedMergeTree ORDER BY number', [ 'number' => 'UInt64', ]); ``` I have error, because...
Hello. I have some issue with spaces created by SQL protocol. In this spaces indexes don't have information about parts, then don't have possibility to search on this index. ...
Hello. In our projects we use Your library for connect to Tarantool. Would be great if **select** function return associative array. At the moment in our cases we have something...
On this time `Bool` type isn't supported in your library. Do You plan to add support `Bool` type in future? It's very useful and often used type 🙂
#21