26 Commits
Author SHA1 Message Date
Dmitry Rashupkin 112b74ee7a Save
CI Tests / test (push) Has been cancelled
2026-06-23 12:59:49 +03:00
glushkovdsanddglushkov a6e0f56b2e Updated CHANGELOG.md 2026-02-10 11:57:14 +05:00
Denis Glushkov f68ff42426 Added Schema Builder 2025-04-21 19:59:15 +05:00
Denis Glushkov 0cd6e9e8c8 Added support for Laravel 12 (#36), Added count, paginate and simplePaginate (#37) 2025-02-27 19:22:09 +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 10cd5a9f73 Added column casting feature for data insertion 2023-09-28 15:09:15 +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 9e3f21a88c Laravel/Lumen 10+ support 2023-03-03 13:00:51 +05:00
Denis Glushkov 683a6ffffe Quoted partition name in "optimize table" statement 2023-03-03 12:41:15 +05:00
Denis Glushkov d995210b14 Fix complying with psr-4 autoload standard \PhpClickHouseLaravel\Exceptions\QueryException 2023-01-30 18:06:53 +05:00
Denis Glushkov 6ac294dd95 Add update rows ability 2022-12-27 18:03:00 +05:00
Denis Glushkov b48fc93db6 Add method BaseModel::truncate 2022-08-15 16:12:52 +05:00
Denis Glushkov 408b407635 Patch fixes of PR https://github.com/glushkovds/phpclickhouse-laravel/pull/11 2022-06-29 17:58:19 +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 a3c845cb1f Fix issue #8: Migrations on standalone Clickhouse database 2022-01-09 23:07:08 +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 9fed545f36 BaseModel::optimize 2021-03-25 17:48:28 +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
Denis Glushkov 3ea72ae551 Ability to retry requests while received not 200 response, maybe due network connectivity problems. 2020-12-11 16:26:56 +05:00