Releases: smi2/phpClickHouse
Releases · smi2/phpClickHouse
1.6.0
15 Jan 07:07
Compare
Sorry, something went wrong.
No results found
2025-01-14 [Release 1.6.0]
Support php 8
And some pr & fixes
1.5.3
18 Jan 11:11
Compare
Sorry, something went wrong.
No results found
2024-01-18 [Release 1.5.3]
Fix release 1.5.2
Support php 7
Update Statement.php #204
fix(#202 ): Fix converting boolean when inserting into int and fix(#194 ): Fix unexpected readonly mode with specific string in query #203
Update README.md #199
remove dev files for --prefer-dist #192
1.5.2
16 Jan 12:33
Compare
Sorry, something went wrong.
No results found
2024-01-16 [Release 1.5.2]
Update Statement.php #204
fix(#202 ): Fix converting boolean when inserting into int and fix(#194 ): Fix unexpected readonly mode with specific string in query #203
Update README.md #199
remove dev files for --prefer-dist #192
1.5.1
25 May 07:13
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGES
Post type bindings support
SELECT number + {num_num:UInt8} as numbe_r, {xpx1:UInt32} as xpx1,{zoza:String} as zoza FROM system .numbers LIMIT 6
1.5.0
21 Dec 12:03
Compare
Sorry, something went wrong.
No results found
2022-12-21 [Release 1.5.0]
Change exceptionCode in Clickhouse version 22.8.3.13 (official build) #180
Fix Docker for tests, Change the correct Docker image name #177
Some type fix
Fix types: max_execution_time & setConnectTimeOut, undo: Support floats in timeout and connect_timeout #173
add mbstring to composer require #183
fixed progressFunction #182
Add allow_plugins setting since Composer 2.2.x #178
Re upload 1.5.0 - hot fix types error
1.4.6
22 Jun 09:01
Compare
Sorry, something went wrong.
No results found
2022-06-22 [Release 1.4.6]
Return type of ClickHouseDB\Statement::current() should either be compatible with Iterator::current() #170
1.4.5
09 Jun 18:58
Compare
Sorry, something went wrong.
No results found
2022-06-09 [Release 1.4.5]
1.4.4
23 Apr 18:46
Compare
Sorry, something went wrong.
No results found
2022-04-23 [Release 1.4.4]
Fix ping() for windows users
ping(true) throw TransportException if can`t connect/ping
1.4.3
20 Apr 19:36
Compare
Sorry, something went wrong.
No results found
2022-04-20 [Release 1.4.3]
Fix: prevent enable_http_compression parameter from being overridden #164
For correct work with utf-8 . I am working on server with PHP 5.6.40 Update CurlerRequest.php #158
Add curl setStdErrOut, for custom StdOutErr.
Fix some test for check exceptions
1.4.2
11 Feb 17:03
Compare
Sorry, something went wrong.
No results found
2022-02-11 [Release 1.4.2]
Fixed issue with non-empty raw data processing during init() on every fetchRow() and fetchOne() call - PR #161