SQL/databázové chybyChyba
25P0225P02 — In Failed SQL Transaction
A command was issued in a transaction that has already failed.
postgresql
Zobrazit podrobnosti MySQL 1406The data value exceeds the column's maximum length.
A string exceeds the VARCHAR/CHAR size. In STRICT mode, MySQL rejects instead of truncating.
Truncate data before inserting. Increase the column size. Validate lengths in the application.
25P02A command was issued in a transaction that has already failed.
25001The command cannot be executed inside an active transaction.
42501The current user does not have the required privilege.
22012A division by zero was attempted in a SQL expression.
23503An INSERT or UPDATE violates a foreign key constraint.
57P03The database server is not ready to accept connections.