Difference between revisions of "IntegrityError"
Jump to navigation
Jump to search
(Created page with "* https://docs.sqlalchemy.org/en/14/errors.html#error-gkpj {{SQLAlchemy}}") |
|||
Line 1: | Line 1: | ||
* https://docs.sqlalchemy.org/en/14/errors.html#error-gkpj | * https://docs.sqlalchemy.org/en/14/errors.html#error-gkpj | ||
+ | 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. | ||
{{SQLAlchemy}} | {{SQLAlchemy}} |
Revision as of 13:11, 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.
Advertising: