phpClickHouse
phpClickHouse copied to clipboard
php ClickHouse wrapper
# Changed log - Fix these following failed assertions: ``` There was 1 failure: 1) ClickHouseDB\Tests\FormatQueryTest::testClientTimeoutSettings Failed asserting that 0.0 is identical to 0. /data/phpClickHouse/tests/FormatQueryTest.php:74 ``` ``` There was 1...
# Changed log - Since using the `Composer 2.2` version, the Composer plugin need to be set in the `composer.json` file. Otherwise it will cause the following exception message when...
As title, since the [Docker image](https://hub.docker.com/r/clickhouse/clickhouse-server/) name has been changed, it should modify the Docker image name in the `docker-compose.yaml` file.
As title, since the Travis CI dot org is deprecated, the Travis CI dot com is not friendly for open source projects. Due to the above reason, I think it's...
Greetings! Could you tell me what's going on here? I delivered the package, the migration was successful. However, after trying to select data from the database or insert it, the...
Fixing return type in DocBlock. Checked code deeper: ```php public function getTimeOut(): int { return intval($this->get('max_execution_time')); } ```
Hi, i'm facing following exception when executing insert with bool value when columns is of UInt8 type after upgrading to v1.5.2. After debug i've noticed that false is converted to...
This PR https://github.com/smi2/phpClickHouse/pull/190 brings breaking changes. First of all, we can not execute CREATE, DROP, ALTER without `ON CLUSTER`. Cause `CREATE TABLE blabla ... FORMAT JSON` will produce syntax error...