2
0
forked from Wavyzz/dolibarr

Qual: Ajout code erreur DB_ERROR_NO_PARENT

This commit is contained in:
Laurent Destailleur
2005-06-25 21:58:07 +00:00
parent 724fb298a6
commit 65cbcf8ae8

View File

@@ -68,6 +68,7 @@ class DoliDb
1136 => 'DB_ERROR_VALUE_COUNT_ON_ROW',
1146 => 'DB_ERROR_NOSUCHTABLE',
1048 => 'DB_ERROR_CONSTRAINT',
1216 => 'DB_ERROR_NO_PARENT',
1217 => 'DB_ERROR_CHILD_EXISTS'
);