You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In entity-database-adapter-knex, an error with code 23505 means a unique constraint was violated in postgres. It may be worth looking into translating this type of error into an EntityError subclass. Or maybe not.
The text was updated successfully, but these errors were encountered:
In
entity-database-adapter-knex
, an error with code23505
means a unique constraint was violated in postgres. It may be worth looking into translating this type of error into anEntityError
subclass. Or maybe not.The text was updated successfully, but these errors were encountered: