vapor / mysql-nio

🐬 Non-blocking, event-driven Swift client for MySQL.
MIT License
87 stars 28 forks source link

Fix hard crash when describing "zero" datetime #64

Closed gwynne closed 2 years ago

gwynne commented 2 years ago

Fixes #63.

Also fixes a minor thread-safety issue and clears up deprecation warnings from NIOSSL.

VaporBot commented 2 years ago

These changes are now available in 1.3.3

gwynne commented 2 years ago

Note - CI failures are a MySQL bug, not a driver issue