github vapor/fluent-mysql-driver 4.0.2
Improved error reporting via `DatabaseError`

latest releases: 4.8.0, 4.7.1, 4.7.0...
4 years ago
This patch was authored and released by @gwynne.

DatabaseError's isSyntaxError and isConnectionClosed properties now correctly respect MySQLError.invalidSyntax and MySQLError.closed errors. A unit tests for these behaviors is included.

Also avoids double-running the FluentBenchmark tests (same change as fluent-sqlite-driver#75).

Don't miss a new fluent-mysql-driver release

NewReleases is sending notifications on new releases.