We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello with 1.4.5 version you've broke backward compatibility for https://github.com/smi2/phpClickHouse/blame/master/src/Client.php#L186
Also please actualize readme examle https://github.com/smi2/phpClickHouse/blame/master/README.md#L66 $db->setTimeout(1.5); // 1 second , support only Int value o_O
$db->setTimeout(1.5); // 1 second , support only Int value
Thanks in advance
The text was updated successfully, but these errors were encountered:
Any idea why float was replaced with int? Looks like unnecessary downgrade.
Ive made PR with proper float support: #173 And then found 1.4.5 release notes...
Sorry, something went wrong.
Some problem #152 max_execution_time - is integer in clickhouse source - Seconds
Seconds
M(Seconds, max_execution_time, 0, "", 0) \
Only setConnectTimeOut & getConnectTimeOut can be float
setConnectTimeOut & getConnectTimeOut
No branches or pull requests
Hello with 1.4.5 version you've broke backward compatibility for https://github.com/smi2/phpClickHouse/blame/master/src/Client.php#L186
Also please actualize readme examle https://github.com/smi2/phpClickHouse/blame/master/README.md#L66
$db->setTimeout(1.5); // 1 second , support only Int value
o_OThanks in advance
The text was updated successfully, but these errors were encountered: