Skip to content

Commit 4801b0c

Browse files
committed
Up-ChangeLog & Fix phpdoc
1 parent 2f16014 commit 4801b0c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ PHP ClickHouse wrapper - Changelog
44

55
======================
66

7+
8+
### 2019-09-29 [Release 1.3.10]
9+
* Add two new types of authentication #139
10+
* Fixed typo in streamRead exception text #140
11+
* fix the exception(multi-statement not allow) when sql end with ';' #138
12+
* Added more debug info for empty response with error #135
13+
14+
15+
716
### 2020-02-03 [Release 1.3.9]
817
* #134 Enhancement: Add a new exception to be able to distinguish that ClickHouse is not available.
918

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ public function prepareInsertAssocBulk(array $values)
564564
* Inserts one or more rows from an associative array.
565565
* If there is a discrepancy between the keys of the value arrays (or their order) - throws an exception.
566566
*
567+
* @param string $tableName - name table
567568
* @param mixed[] $values - array column_name => value (if we insert one row) or array list column_name => value if we insert many lines
568569
* @return Statement
569570
*/

0 commit comments

Comments
 (0)