Skip to content

Releases: glushkovds/phpclickhouse-laravel

v1.18.0

10 Jul 10:16
Compare
Choose a tag to compare
Added the settings clause to the select query builder

v1.17.2: Extract Builder creation to factory method newQuery (#24)

07 Jul 09:52
0ad490c
Compare
Choose a tag to compare
* Extract Builder creation to factory method newQuery

* Added autoload for Test namespace.

---------

Authored-by: Андрей Радионов <[email protected]>

v1.17.1: Update RawColumn.php (#22)

18 Apr 14:31
ad456b4
Compare
Choose a tag to compare
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

24 Mar 08:00
Compare
Choose a tag to compare
Working with multiple Clickhouse instances in a project, backward com…

v1.16.4

03 Mar 08:11
Compare
Choose a tag to compare
Laravel/Lumen 10+ support

v1.16.3

03 Mar 08:10
Compare
Choose a tag to compare
Laravel/Lumen 10+ support

v1.16.2

03 Mar 07:42
Compare
Choose a tag to compare
Quoted partition name in "optimize table" statement

v1.16.1

30 Jan 13:07
Compare
Choose a tag to compare
Fix complying with psr-4 autoload standard \PhpClickHouseLaravel\Exce…

v1.16.0

27 Dec 13:04
Compare
Choose a tag to compare
Add update rows ability

v1.15.4

25 Nov 16:22
Compare
Choose a tag to compare
Support Laravel --pretend migration mode