Alvaro
Alvaro
Hello @gordthompson thanks for your analysis. We tried it and it works, however, we use pyodbc with Flask, and each request uses a different thread. As a result, the connection...
Thanks both for the clarification! 😃 Yes, I can confirm the problem was the connection timeout in unixODBC This is the content of `/etc/odbcinst.ini`: > [ODBC Driver 18 for SQL...
Same error here (v3.0.1): ``` retry parameter: _retry_delay_min given_or_default 1.0 retry parameter: _retry_delay_max given_or_default 60.0 retry parameter: _retry_stop_after_attempts_count given_or_default 30 retry parameter: _retry_stop_after_attempts_duration given_or_default 900.0 retry parameter: _retry_delay_default given_or_default 5.0...
> > Same error here: > > ``` > > retry parameter: _retry_delay_min given_or_default 1.0 > > retry parameter: _retry_delay_max given_or_default 60.0 > > retry parameter: _retry_stop_after_attempts_count given_or_default 30 >...
Thanks Yunbo. Yes, that's the workaround we have taken temporary but ideally this is addressed in next releases so we can prevent SQL injection. Alvaro