30 Commits
Author SHA1 Message Date
Dmitry Rashupkin 112b74ee7a Save
CI Tests / test (push) Has been cancelled
2026-06-23 12:59:49 +03:00
Denis Glushkov f68ff42426 Added Schema Builder 2025-04-21 19:59:15 +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 b851f2f398 Laravel 11 install fix 2024-06-25 20:19:48 +05:00
Denis Glushkov 10cd5a9f73 Added column casting feature for data insertion 2023-09-28 15:09:15 +05:00
opiyandGitHub 7af0c5b56b Update README.md (#29)
Add notice to place ClickhouseServiceProvider before AppServiceProvider and EventServiceProvider, otherwise model events won't work
2023-09-28 15:08:10 +05:00
Denis Glushkov 8ad177a6ac Added the settings clause to the select query builder 2023-07-10 15:15:03 +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 c2efa4bc10 Ci Tests on GitHub actions 2022-11-25 19:17:43 +05:00
Denis Glushkov b48fc93db6 Add method BaseModel::truncate 2022-08-15 16:12:52 +05:00
Denis Glushkov 751ffa34df Patch fixes of PR https://github.com/glushkovds/phpclickhouse-laravel/pull/11 2022-06-29 17:55:12 +05:00
opiyandGitHub a7f3ec1677 Add simple model events (#11)
* add simple model events
* add php 8.0 support

Authored-by: alex14v <alexv14vvv@gmail.com>
2022-06-29 17:43:33 +05:00
Denis Glushkov c150b08611 Add delete method for BaseModel 2022-01-19 16:26:07 +05:00
Denis Glushkov 5002cc6574 Ability to set connection settings 2021-09-20 15:04:51 +05:00
Denis Glushkov 358a4288a1 Lumen support, InsertArray expression 2021-08-25 13:20:51 +05:00
Denis Glushkov a804e48d64 Add BaseModel::$tableForInserts for Buffer engine 2021-06-07 13:07:17 +05:00
Denis Glushkov f01e1f8fa4 Add method Builder::chunk 2021-05-24 18:09:43 +05:00
Denis Glushkov 99ab9ac331 Fix restriction: "keys inside the array list must match" at \ClickHouseDB\Client::prepareInsertAssocBulk 2020-12-18 18:24:34 +05:00
glushkovdsandGitHub b2dc0baf28 Feature/connect retry (#1)
Ability to retry requests while received not 200 response, maybe due network connectivity problems.
2020-12-11 16:22:16 +05:00
Denis Glushkov 75b2075cba Added more Eloquent ORM support 2020-11-03 14:10:50 +05:00
Denis Glushkov 25bdb5f1bb First version 2020-09-16 13:00:31 +05:00
Denis Glushkov 43a2c3c453 First version 2020-09-16 12:52:36 +05:00
Denis Glushkov bcbf0253fb Added query builder 2020-09-16 12:43:15 +05:00
Denis Glushkov 51ad329395 Start version readme 2020-09-14 19:26:46 +05:00
Denis Glushkov 3d4e5f7459 Start version readme 2020-09-14 19:23:42 +05:00
Denis Glushkov 45069f9476 Start version readme 2020-09-14 18:13:28 +05:00
Denis Glushkov ed34a640f8 Start version readme 2020-09-14 18:12:26 +05:00
glushkovdsandGitHub fcf0ace823 Initial commit 2020-09-14 17:23:31 +05:00