lpsmith / postgresql-simple

Mid-level client library for accessing PostgreSQL from Haskell
Other
206 stars 71 forks source link

Testcases for error messages during COPY #185

Closed bgamari closed 8 years ago

bgamari commented 8 years ago

This moves the testsuite to tasty and adds a few tasty-golden tests against the error messages produced during various failure modes of COPY (namely malformed input and unique constraint violations; more suggestions welcome). These errors were taken from a run against PostgreSQL 9.5.

See #184 for the original issue.

lpsmith commented 8 years ago

A big thank you for your work on this!