100 Commits
Author SHA1 Message Date
Michail PoliakovandGitHub 821a2879ef Update Base model for connection flexibility. (#21)
Working with multiple Clickhouse instances in a project
2023-03-24 11:33:39 +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
7e797dcb03 Fix complying with psr-4 autoloading standard. (#20)
Co-authored-by: Volodymyr Razumniak <v.razumniak@autodoc.eu>
2023-01-30 18:04:43 +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 c2efa4bc10 Ci Tests on GitHub actions 2022-11-25 19:17:43 +05:00
Denis Glushkov c7883de966 Ci Tests on GitHub actions 2022-11-25 19:13:46 +05:00
Denis Glushkov 73bc10af59 First tests 2022-11-25 18:23:03 +05:00
Łukasz MączkaandGitHub 3901942e80 Updated the-tinderbox/clickhouse-builder version (#17)
Updated the-tinderbox/clickhouse-builder version to 6.0 due to bug with laravel's tap() function
2022-11-23 17:56:30 +05:00
Jay LimandGitHub 202f81f34a implement newQuery() method (#15) 2022-11-16 16:07:28 +05:00
Denis Glushkov d9ca67776f Passing model connection to builder to support different connections in each table model 2022-08-29 19:39:28 +05:00
Denis Glushkov b48fc93db6 Add method BaseModel::truncate 2022-08-15 16:12:52 +05:00
Denis Glushkov bae4cada50 Minor fixes, including #12 issue 2022-07-27 11:01:15 +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
Alex AzartsevandGitHub 3d0dd8064d Add Laravel 9 Support (#9) 2022-02-18 10:40:27 +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 a49dfea4a4 Merge remote-tracking branch 'origin/master' 2021-02-27 11:25:49 +05:00
Denis Glushkov b743251fd2 Add the-tinderbox/clickhouse-builder 4.0 support 2021-02-27 11:23:52 +05:00
Denis Glushkov a7202ac3e1 Fix restriction: "keys inside the array list must match" at \ClickHouseDB\Client::prepareInsertAssocBulk 2020-12-18 18:40:34 +05:00
Denis Glushkov f73f11a207 Fix restriction: "keys inside the array list must match" at \ClickHouseDB\Client::prepareInsertAssocBulk 2020-12-18 18:35:32 +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
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 cf87c01e6f fix bug: Exception 'ArgumentCountError' with message 'Too few arguments to function Illuminate\Database\Eloquent\Builder 2020-11-10 15:21:26 +05:00
Denis Glushkov 2c4390192a Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/BaseModel.php
2020-11-03 14:12:14 +05:00
Denis Glushkov 75b2075cba Added more Eloquent ORM support 2020-11-03 14:10:50 +05:00
Denis Glushkov b0f98ee0fd Add insertAssoc methods 2020-10-20 14:22:11 +05:00
Denis Glushkov 805b730a80 Support Laravel 8 2020-09-28 12:58:25 +05:00
Denis Glushkov f9c774ee78 Support Laravel 8 2020-09-28 12:58:01 +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
Denis Glushkov 643c36ecce Add BaseModel.php 2020-09-14 17:43:29 +05:00
Denis Glushkov fff0f7f46a Initial 2020-09-14 17:37:45 +05:00
glushkovdsandGitHub fcf0ace823 Initial commit 2020-09-14 17:23:31 +05:00