phpClickHouse icon indicating copy to clipboard operation
phpClickHouse copied to clipboard

Release 1.5.0 introduces BREAKING CHANGES

Open Wirone opened this issue 2 years ago • 4 comments

Version 1.5.0 released yesterday introduced breaking changes and should be released as 2.0.0 ⚠️

For example:

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 🙂

Wirone avatar Dec 21 '22 10:12 Wirone