Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

ConnectParams should be Clone #95

Open
jonhoo opened this issue Mar 6, 2019 · 0 comments
Open

ConnectParams should be Clone #95

jonhoo opened this issue Mar 6, 2019 · 0 comments
Milestone

Comments

@jonhoo
Copy link
Contributor

jonhoo commented Mar 6, 2019

As far as I can tell, all the fields of ConnectParams are Clone. It'd be handy if ConnectParams was also Clone 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.

@steffengy steffengy added this to the 0.4 milestone Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants