Releases: smi2/phpClickHouse
Releases · smi2/phpClickHouse
1.2.4
1.2.3
1.2.2
1.2.1
Release 1.2.1
- New
$client->getServerVersion() - Rewrite method
$client->ping() - Fix
include.php- ClickHouseException before exceptions - Add CHANGELOG.md
- New
interface ClickHouseException
1.1.2
Bindings wrong work - fix
$keys=[
'A'=>'{B}',
'B'=>':C',
'C'=>123,
'Z'=>[':C',':B',':C']
];
$this->client->selectAsync('{A} :Z', $keys)->sql() // == "123 ':C',':B',':C' FORMAT JSON",1.1.1
Bindings wrong work - fix
$keys=[
'A'=>'{B}',
'B'=>':C',
'C'=>123,
'Z'=>[':C',':B',':C']
];
$this->client->selectAsync('{A} :Z', $keys)->sql() // == "123 ':C',':B',':C' FORMAT JSON",1.1.0
2018-07-02 [Release 1.1.0]
New:
$client->getServerUptime()Returns the server's uptime in seconds.$client->getServerSystemSettings()Read system.settings table and return array$client->streamWrite()function$client->streamRead()function
Warning:
- Now default enable
HttpCompressionset true - Deprecated
StreamInsertclass
Fix:
- Fix
rawData()result inJSONCompact & JSONEachRowformat - Fix Statement - unnecessary memory usage
- Fix support php5.6
1.0.1
1.0.0
Use Semantic versioning
0.18.06.19
0.18.06.19
- Add DateTimeInterface for Bind
- Fix phpDocs in code