snowflakedb / pdo_snowflake

PHP PDO driver for snowflake
Apache License 2.0
59 stars 30 forks source link

SNOW-878083: add connection parameters for retry strategy #347

Closed ghost closed 10 months ago

ghost commented 10 months ago

Add connection parameter for retry strategy for login requests. login_timeout: login timeout in seconds. defaults and minimum to 300. max_login_retries: the max number of retry attempts for login requests. defaults and minimum to 7.

Can't validate the result through automated test cases. I've checked through log generated with connection.phpt that the connection parameters are passed to libsnowflakeclient correctly. The actual functionality is implemented in libsnowflakeclient and tested there as well. snowflake_20231027140825.txt