File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments