Difference between revisions of "IntegrityError"

From wikieduonline
Jump to navigation Jump to search
(Created page with "* https://docs.sqlalchemy.org/en/14/errors.html#error-gkpj {{SQLAlchemy}}")
 
 
(One intermediate revision by the same user not shown)
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}}
+
[[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: