Skip to content

Releases: smi2/phpClickHouse

1.2.3

30 Aug 09:01
Compare
Choose a tag to compare

2018-08-30 [Release 1.2.3]

  • Escape values in arrays, pull request #87 from simPod/fix-escape
  • fix-bindings: pull request #84 from simPod/fix-bindings
  • Added quotes arount table and column names in the insert wrapper.
  • Docker Compose in tests

1.2.2

24 Jul 08:19
Compare
Choose a tag to compare
  • Connection without port

1.2.1

16 Jul 11:00
46ecb19
Compare
Choose a tag to compare

Release 1.2.1

  • New $client->getServerVersion()
  • Rewrite method $client->ping()
  • Fix include.php - ClickHouseException before exceptions
  • Add CHANGELOG.md
  • New interface ClickHouseException

1.1.2

04 Jul 08:34
Compare
Choose a tag to compare

Bindings wrong work - fix

$keys=[
            'A'=>'{B}',
            'B'=>':C',
            'C'=>123,
            'Z'=>[':C',':B',':C']
        ];
$this->client->selectAsync('{A} :Z', $keys)->sql() // ==   "123 ':C',':B',':C' FORMAT JSON",

1.1.1

03 Jul 18:01
Compare
Choose a tag to compare

Bindings wrong work - fix

$keys=[
            'A'=>'{B}',
            'B'=>':C',
            'C'=>123,
            'Z'=>[':C',':B',':C']
        ];
$this->client->selectAsync('{A} :Z', $keys)->sql() // ==   "123 ':C',':B',':C' FORMAT JSON",

1.1.0

02 Jul 11:40
Compare
Choose a tag to compare

2018-07-02 [Release 1.1.0]

New:

  • $client->getServerUptime() Returns the server's uptime in seconds.
  • $client->getServerSystemSettings() Read system.settings table and return array
  • $client->streamWrite() function
  • $client->streamRead() function

Warning:

  • Now default enableHttpCompression set true
  • Deprecated StreamInsert class

Fix:

  • Fix rawData() result in JSONCompact & JSONEachRow format
  • Fix Statement - unnecessary memory usage
  • Fix support php5.6

1.0.1

29 Jun 09:58
Compare
Choose a tag to compare

1.0.1
Do not convert int parameters in array to string in Bindings pull 67

1.0.0

25 Jun 11:27
579b4cf
Compare
Choose a tag to compare

Use Semantic versioning

0.18.06.19

19 Jun 11:40
Compare
Choose a tag to compare

0.18.06.19

  • Add DateTimeInterface for Bind
  • Fix phpDocs in code

0.18.06.18

18 Jun 07:09
Compare
Choose a tag to compare

0.18.06.18
Try fix problem with php 5.6