File: unique-constraint-violation.expected

package info (click to toggle)
haskell-postgresql-simple 0.7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 564 kB
  • sloc: haskell: 6,438; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
user error (Database.PostgreSQL.Simple.Copy.putCopyEnd: failed to parse command status
Connection error: ERROR:  duplicate key value violates unique constraint "copy_unique_constraint_error_test_pkey"
DETAIL:  Key (x)=(1) already exists.
CONTEXT:  COPY copy_unique_constraint_error_test, line 3
)