-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make MySQLConfiguration
non-constant
#211
Comments
I can give this a try |
PR: #212 Please review it. I've never worked with swift before and I have no way to test locally. |
I’m afraid you edited wrong file. Issue is about All these |
Got it. I'll make that change |
I think a better approach is to just create a new MySQLConfiguration object and keep the fields immutable. But here's the change you requested in case you still want it. |
Fixed in vapor/mysql-kit#309 |
We should allow the configuration in
MySQLConfiguration
to be changed by changing the properties tovar
s. This matches Postgres and makes it easier to set things like theTLSConfiguration
The text was updated successfully, but these errors were encountered: