phpClickHouse

php ClickHouse wrapper

MIT License

Downloads
5.3M
Stars
713
Committers
46

Bot releases are hidden (Show)

phpClickHouse - 1.5.3 Latest Release

Published by isublimity 9 months ago

2024-01-18 [Release 1.5.3]

  • Fix release 1.5.2
  • Support php 7
  • Update Statement.php #204
  • fix(#202): Fix converting boolean when inserting into int and fix(#194): Fix unexpected readonly mode with specific string in query #203
  • Update README.md #199
  • remove dev files for --prefer-dist #192
phpClickHouse - 1.5.2

Published by isublimity 9 months ago

2024-01-16 [Release 1.5.2]

  • Update Statement.php #204
  • fix(#202): Fix converting boolean when inserting into int and fix(#194): Fix unexpected readonly mode with specific string in query #203
  • Update README.md #199
  • remove dev files for --prefer-dist #192
phpClickHouse - 1.5.1

Published by isublimity over 1 year ago

BREAKING CHANGES

  • Post type bindings support

SELECT number+{num_num:UInt8} as numbe_r, {xpx1:UInt32} as xpx1,{zoza:String} as zoza FROM system.numbers LIMIT 6

phpClickHouse - 1.5.0

Published by isublimity almost 2 years ago

2022-12-21 [Release 1.5.0]

  • Change exceptionCode in Clickhouse version 22.8.3.13 (official build) #180

  • Fix Docker for tests, Change the correct Docker image name #177

  • Some type fix

  • Fix types: max_execution_time & setConnectTimeOut, undo: Support floats in timeout and connect_timeout #173

  • add mbstring to composer require #183

  • fixed progressFunction #182

  • Add allow_plugins setting since Composer 2.2.x #178

  • Re upload 1.5.0 - hot fix types error

phpClickHouse - 1.4.6

Published by isublimity over 2 years ago

2022-06-22 [Release 1.4.6]

  • Return type of ClickHouseDB\Statement::current() should either be compatible with Iterator::current() #170
phpClickHouse - 1.4.5

Published by isublimity over 2 years ago

phpClickHouse - 1.4.4

Published by isublimity over 2 years ago

2022-04-23 [Release 1.4.4]

  • Fix ping() for windows users
  • ping(true) throw TransportException if can`t connect/ping
phpClickHouse - 1.4.3

Published by isublimity over 2 years ago

2022-04-20 [Release 1.4.3]

  • Fix: prevent enable_http_compression parameter from being overridden #164
  • For correct work with utf-8 . I am working on server with PHP 5.6.40 Update CurlerRequest.php #158
  • Add curl setStdErrOut, for custom StdOutErr.
  • Fix some test for check exceptions
phpClickHouse - 1.4.2

Published by isublimity over 2 years ago

2022-02-11 [Release 1.4.2]

  • Fixed issue with non-empty raw data processing during init() on every fetchRow() and fetchOne() call - PR #161
phpClickHouse - 1.4.1

Published by isublimity over 3 years ago

2021-01-19 [Release 1.4.1]

  • Add support php 7.3 & php 8
phpClickHouse - 1.3.10

Published by isublimity about 4 years ago

2019-09-29 [Release 1.3.10]

Add two new types of authentication #139
Fixed typo in streamRead exception text #140
fix the exception(multi-statement not allow) when sql end with ';' #138
Added more debug info for empty response with error #135

phpClickHouse - 1.3.9

Published by isublimity over 4 years ago

2020-02-03 [Release 1.3.9]

  • #134 Enhancement: Add a new exception to be able to distinguish that ClickHouse is not available.
phpClickHouse - 1.3.8

Published by isublimity almost 5 years ago

2020-01-17 [Release 1.3.8]

  • #131 Fix: async loop breaks after 20 seconds
  • #129 Add client certificate support to able to work with Yandex ClickHouse cloud hosting
  • Delete dropOldPartitions
  • Fix error : The error of array saving #127
  • More test
phpClickHouse - 1.3.7

Published by isublimity about 5 years ago

2019-09-20 [Release 1.3.7]

  • #125 WriteToFile: support for JSONEachRow format
phpClickHouse - 1.3.6

Published by isublimity about 5 years ago

2019-04-29 [Release 1.3.6]

  • #122 Add function fetchRow()
  • Use X-ClickHouse-User by headers
  • Add setDirtyCurler() in HTTP
  • Add more tests
phpClickHouse - 1.3.5

Published by isublimity over 5 years ago

2019-04-29 [Release 1.3.4]

  • #118 Fix Error in Conditions & more ConditionsTest
  • Fix phpStan warnings in getConnectTimeOut() & max_execution_time()
phpClickHouse - 1.3.3

Published by isublimity over 5 years ago

2019-04-25 [Release 1.3.3]

  • fix clickhouse release 19.5.2.6 error parsing #117
  • chore(Travis CI): Enable PHP 7.3 testing #116
phpClickHouse - 1.3.2

Published by isublimity over 5 years ago

2019-03-18 [Release 1.3.2]

  • fix: add CSVWithNames to supported formats #107
  • Upgraded Expression proposal #106 -> UUIDStringToNum
  • Correct query format parsing #108
  • Can not use numbers() function in read requests #110
  • #109 Do not use keep-alive or reuse them across requests
phpClickHouse - 1.3.1

Published by isublimity about 6 years ago

2018-09-25 [Release 1.3.1]

  • Pull request #94 from simPod: Uint64 values
  • Pull request #95 from simPod: Bump to php 7.1
phpClickHouse - 1.2.4

Published by isublimity about 6 years ago

2018-09-11 [Release 1.2.4]

  • Fix #91 ,Does not work inserting with the database name in the table
  • pull request #90 from simPod: Refactor partitions()
Package Rankings
Top 0.6% on Packagist.org
Badges
Extracted from project README
Downloads Packagist Licence
Related Projects