Releases: glushkovds/phpclickhouse-laravel
Releases · glushkovds/phpclickhouse-laravel
v1.18.0
Added the settings clause to the select query builder
v1.17.2: Extract Builder creation to factory method newQuery (#24)
* Extract Builder creation to factory method newQuery * Added autoload for Test namespace. --------- Authored-by: Андрей Радионов <[email protected]>
v1.17.1: Update RawColumn.php (#22)
Phpstan on 5 level give error, because in RawColumn DocBlock is inconsistent with parameters given when calling RawColumn class in code ex. new RawColumn("sspName", "ssp") cause this error: "Parameter #2 $alias of class PhpClickHouseLaravel\RawColumn constructor expects null, string given."
v1.17.0
Working with multiple Clickhouse instances in a project, backward com…
v1.16.4
Laravel/Lumen 10+ support
v1.16.3
Laravel/Lumen 10+ support
v1.16.2
Quoted partition name in "optimize table" statement
v1.16.1
Fix complying with psr-4 autoload standard \PhpClickHouseLaravel\Exce…
v1.16.0
Add update rows ability
v1.15.4
Support Laravel --pretend migration mode