You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The link talks about extra_params. But I don't see it being passed to pytds.connect(). The part of the code responsible for creating the connection dict either hardcodes some values or checks _SUPPORTED_OPTIONS, which contains only failover_partner (that is already retrieved from the options few lines prior to checking _SUPPORTED_OPTIONS).
In my case I'm missing the ability to set timeout and login_timeout (which should as easy as just passing them to connect - e.g. through updating _SUPPORTED_OPTIONS). I don't know about an easy way of adding extra_params support, since I don't see that one being accepted by the connect function.
The text was updated successfully, but these errors were encountered:
On the front page you mention:
The link talks about
extra_params
. But I don't see it being passed topytds.connect()
. The part of the code responsible for creating the connection dict either hardcodes some values or checks_SUPPORTED_OPTIONS
, which contains onlyfailover_partner
(that is already retrieved from the options few lines prior to checking_SUPPORTED_OPTIONS
).In my case I'm missing the ability to set
timeout
andlogin_timeout
(which should as easy as just passing them toconnect
- e.g. through updating_SUPPORTED_OPTIONS
). I don't know about an easy way of addingextra_params
support, since I don't see that one being accepted by theconnect
function.The text was updated successfully, but these errors were encountered: