Skip to content

Make `DatabaseError.isConnectionClosed` functional

Compare
Choose a tag to compare
@VaporBot VaporBot released this 13 Dec 18:21
· 28 commits to main since this release
131e154
This patch was authored and released by @gwynne.

DatabaseError.isConnectionClosed now has the value true when the underlying error is PostgresError.connectionClosed.

Also avoids double-running the FluentBenchmark tests (same change as fluent-sqlite-driver#75) and actually runs the tests on Linux now.