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
{{ message }}
This repository has been archived by the owner on May 10, 2020. It is now read-only.
As far as I can tell, all the fields of ConnectParams are Clone. It'd be handy if ConnectParams was alsoClone so that it can be re-used across multiple connections. Alternatively, I suppose, SqlConnection::connect_to could take &ConnectParams, but I suspect that's a more annoying change.
The text was updated successfully, but these errors were encountered:
As far as I can tell, all the fields of
ConnectParams
areClone
. It'd be handy ifConnectParams
was alsoClone
so that it can be re-used across multiple connections. Alternatively, I suppose,SqlConnection::connect_to
could take&ConnectParams
, but I suspect that's a more annoying change.The text was updated successfully, but these errors were encountered: