19 Commits
Author SHA1 Message Date
Dmitry Rashupkin 112b74ee7a Save
CI Tests / test (push) Has been cancelled
2026-06-23 12:59:49 +03:00
Anton SamofalandGitHub d10acef42a fix(BaseModel): replace Eloquent HasEvents trait with a minimal custom implementation (#48)
Larastan v3 added @phpstan-require-extends to Eloquent's HasEvents trait, causing class.missingExtends errors for all ClickHouse models since BaseModel does not extend Eloquent Model.

Replaced with a minimal HasEvents trait that provides only the event
dispatching BaseModel actually uses (creating, created, saved), without requiring Eloquent Model inheritance.

Closes #47
2026-02-10 11:45:45 +05:00
Denis Glushkov f68ff42426 Added Schema Builder 2025-04-21 19:59:15 +05:00
Denis Glushkov ee27e56548 Tests: updated ClickHouse server versions 2025-02-27 20:24:33 +05:00
jcsorianoandGitHub 35af68bcdb Add count, paginate and simplePaginate (#37) 2025-02-27 19:18:07 +05:00
Denis Glushkov 2efca916ee Fix parameter numbering with whereIn 2024-09-12 17:15:44 +05:00
Denis Glushkov 3fb1861284 Fix parameter numbering with whereIn 2024-09-10 13:19:38 +05:00
Denis Glushkov 9a13f23674 v2.0.0 ClickHouse cluster support 2024-07-26 20:34:49 +05:00
Denis Glushkov 884b21f65f BindingsTest 2024-06-25 20:46:31 +05:00
Denis Glushkov c1719c8484 fix autotest 2024-04-10 18:19:54 +05:00
Denis Glushkov fe3edef3e2 fix autotest 2024-04-10 18:18:16 +05:00
Denis Glushkov 120e08000c fix autotest 2024-04-10 18:15:34 +05:00
Denis Glushkov 10cd5a9f73 Added column casting feature for data insertion 2023-09-28 15:09:15 +05:00
Denis Glushkov 4750699f21 fix Call to undefined method PhpClickHouseLaravel\Builder::newQuery()
https://github.com/glushkovds/phpclickhouse-laravel/issues/26
2023-09-28 11:08:22 +05:00
Denis Glushkov 7429faa99a Working with multiple Clickhouse instances in a project 2023-03-24 12:47:46 +05:00
Denis Glushkov 6ac294dd95 Add update rows ability 2022-12-27 18:03:00 +05:00
Denis Glushkov de06085480 Support Laravel --pretend migration mode 2022-11-25 21:21:37 +05:00
Denis Glushkov b9c2d19540 Add more tests 2022-11-25 19:40:35 +05:00
Denis Glushkov 73bc10af59 First tests 2022-11-25 18:23:03 +05:00