Skip to content

Commit

Permalink
Up-ChangeLog & Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
isublimity committed Sep 29, 2020
1 parent 2f16014 commit 4801b0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ PHP ClickHouse wrapper - Changelog

======================


### 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



### 2020-02-03 [Release 1.3.9]
* #134 Enhancement: Add a new exception to be able to distinguish that ClickHouse is not available.

Expand Down
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ public function prepareInsertAssocBulk(array $values)
* Inserts one or more rows from an associative array.
* If there is a discrepancy between the keys of the value arrays (or their order) - throws an exception.
*
* @param string $tableName - name table
* @param mixed[] $values - array column_name => value (if we insert one row) or array list column_name => value if we insert many lines
* @return Statement
*/
Expand Down

0 comments on commit 4801b0c

Please sign in to comment.