Skip to content

Fix PostgresError conformance to DatabaseError

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 24 Mar 20:04
a7b7e34
This patch was authored by @madsodgaard and released by @tanner0101.

Fixes and tests PostgresError's conformance to DatabaseError. This fixes issues like when trying to catch a constraint failure, which previously would always return false (#143).