Skip to content

Releases: smi2/phpClickHouse

0.18.06.17

17 Jun 07:51
Compare
Choose a tag to compare

0.18.06.17 -> PHP 5.6

0.18.05.09

10 May 06:50
Compare
Choose a tag to compare

0.18.05.09

WARN!!!

!Move class in namespace!
!Check your code!

Move \ClickHouseDB\WhereInFile to \ClickHouseDB\Query\WhereInFile
Move \ClickHouseDB\QueryException to \ClickHouseDB\Exception\QueryException
Move \ClickHouseDB\DatabaseException to ClickHouseDB\Exception\DatabaseException
Move \ClickHouseDB\FormatLine to \ClickHouseDB\Quote\FormatLine
Move \ClickHouseDB\WriteToFile to ClickHouseDB\Query\WriteToFile
Move \Curler\Request to \ClickHouseDB\Transport\CurlerRequest
Move \Curler\CurlerRolling to \ClickHouseDB\Transport\CurlerRolling

0.17.12.1

28 Dec 07:41
Compare
Choose a tag to compare

0.17.12.1

0.17.12

22 Dec 12:23
Compare
Choose a tag to compare
  • progressFunction()
  • Escape values

0.17.11

22 Nov 12:45
Compare
Choose a tag to compare

0.17.11

0.17.08

25 Aug 08:51
Compare
Choose a tag to compare

See changelog

0.17.02

20 Feb 13:11
Compare
Choose a tag to compare

See readme, change log

New:

  • setConnectTimeOut
  • Delete all migration code from driver
  • Degeneration for Bindings & Conditions
  • Use enableQueryConditions for compatibility
  • setReadOnlyUser
  • truncateTable

Delete all migration code from driver

25 Oct 10:36
Compare
Choose a tag to compare

2016-10-25 Release 0.16.10

fix timeout error and add test
2016-10-23

client->setTimeout($seconds)
cluster->clientLike($cluster,$ip_addr_like)
Delete all migration code from driver, move to https://github.com/smi2/phpMigrationsClickhouse

drop Conditions & add cluster

19 Sep 22:08
Compare
Choose a tag to compare
  • Version/Release names: [ zero dot year dot month]
  • Support cluster: new class Cluster and ClusterQuery
  • output_format_write_statistics, for clickhouse version > v1.1.54019-stable
  • WriteToFile in select,selectAsync
  • Degeneration for Bindings & Conditions
  • $db->select(new Query("Select..."));
  • remove findActiveHostAndCheckCluster , clusterHosts , checkServerReplicas
  • Add cleanQueryDegeneration(),addQueryDegeneration()
  • Need $db->enableQueryConditions(); for use Conditions ; default Conditions - disabled;
  • float in CurlerRequest->timeOut(2.5) = 2500 ms
  • tablesSize() - add sizebytes

warn! drop Conditions

see example/exam16_custom_degeneration.php

0.2.0

11 Aug 09:16
Compare
Choose a tag to compare
0.2.0 version