Releases: smi2/phpClickHouse
Releases · smi2/phpClickHouse
1.5.3
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
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
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
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
2022-06-22 [Release 1.4.6]
- Return type of ClickHouseDB\Statement::current() should either be compatible with Iterator::current() #170
1.4.5
2022-06-09 [Release 1.4.5]
1.4.4
2022-04-23 [Release 1.4.4]
- Fix ping() for windows users
- ping(true) throw TransportException if can`t connect/ping
1.4.3
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
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
1.4.1
2021-01-19 [Release 1.4.1]
- Add support php 7.3 & php 8