IntegrityError

From wikieduonline
Revision as of 13:13, 12 October 2022 by Ant (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails. 
This error is a DBAPI Error and originates from the database driver (DBAPI), not SQLAlchemy itself.


INSERT INTO ... VALUES ...
None

Advertising: