SQL-/Datenbank-FehlerFehler
SQLITE_CONSTRAINT (19)SQLITE_CONSTRAINT (19) — Constraint Violation
An INSERT, UPDATE, or DELETE violated a constraint.
sqlite
Details anzeigen P0002A SELECT INTO in PL/pgSQL returned no rows when exactly one was expected.
A SELECT INTO STRICT statement found no matching rows.
Handle the NO_DATA_FOUND exception. Verify query conditions. Use IF NOT FOUND checks instead of STRICT.
SQLITE_CONSTRAINT (19)An INSERT, UPDATE, or DELETE violated a constraint.
42000The SQL statement contains a syntax error or violates an access rule.
42602An identifier name in the SQL statement is invalid.
42704The specified database object (type, operator, function) does not exist.
08001The client could not establish a connection to the database server.
23503An INSERT or UPDATE violates a foreign key constraint.