constant DB_ERROR_CONSTRAINT_NOT_NULL in Flickr API 5
Tried to insert a null value into a column that doesn't allow nulls
2 uses of DB_ERROR_CONSTRAINT_NOT_NULL
- DB_mysql::mysqlRaiseError in phpFlickr/
PEAR/ DB/ mysql.php - Produces a DB_Error object regarding the current problem
- DB_pgsql::errorCode in phpFlickr/
PEAR/ DB/ pgsql.php - Determines PEAR::DB error code from the database's text error message.
File
- phpFlickr/
PEAR/ DB.php, line 181
Code
define('DB_ERROR_CONSTRAINT_NOT_NULL', -29);