Difference between revisions of "IntegrityError"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
− | {{SQLAlchemy}} | + | [[INSERT INTO]] ... VALUES ... |
+ | |||
+ | [[None]] | ||
+ | |||
+ | * {{SQLAlchemy}} |
Latest revision as of 13:13, 12 October 2022
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: