phpClickHouse
phpClickHouse copied to clipboard
Release 1.5.0 introduces BREAKING CHANGES
Version 1.5.0 released yesterday introduced breaking changes and should be released as 2.0.0 ⚠️
Argument 1 passed to ClickHouseDB\Settings::setReadOnlyUser() must be an instance of ClickHouseDB\mixed, bool given, called in /app/vendor/smi2/phpclickhouse/src/Client.php on line 139
This release contains types introduced in PHP8 while composer.json defines requirement "php": "^7.3|^8.0" and allows installation on PHP7.4 (which we're using).
Please consider cleaning this up 🙂