-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix hard crash when describing "zero" datetime #64
Conversation
…me is received from older MySQL configurations which still do this. Returns a description of the epoch instead.
…t dependency on the update NIOSSL version.
5571010
to
5b97bbe
Compare
… actually work yet.
…ppears to be broken again and the workflow never completes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - we should really think about adding a linter to remove force unwraps across Vapor in the future
…d intermittent failures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
These changes are now available in 1.3.3 |
Note - CI failures are a MySQL bug, not a driver issue |
Fixes #63.
Also fixes a minor thread-safety issue and clears up deprecation warnings from NIOSSL.