[Vtigercrm-commits] [vtiger development] #53: Database schema constraints
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Tue Feb 28 02:05:44 EST 2006
#53: Database schema constraints
----------------------------------------+-----------------------------------
Reporter: anonymous | Owner: developer
Type: defect | Status: new
Priority: major | Milestone:
Component: vtigercrm | Version: 4.2.4rc3
Keywords: constraint database schema |
----------------------------------------+-----------------------------------
ON DELETE CASCADE constraints on foreign keys are not compatible with most
of database systems. Deleting one record in crmentity table generates
cascading loops. This is only an example.
Workaround : replace all ON CACADE DELETE by ON CASCADE NO ACTION
It supposes to manage return codes on delete actions.
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/53>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list