6.0.0-beta1
7/8/25

[#10655] supporting foreign keys between horde tables
Summary supporting foreign keys between horde tables
Queue Horde Framework Packages
Queue Version Git master
Type Enhancement
State No Feedback
Priority 1. Low
Owners
Requester michael (at) bigmichi1 (dot) de
Created 10/14/2011 (5016 days ago)
Due
Updated 01/30/2013 (4542 days ago)
Assigned
Resolved 01/30/2013 (4542 days ago)
Milestone
Patch No

History
01/30/2013 05:09:30 PM Jan Schneider State ⇒ No Feedback
 
10/31/2011 06:41:58 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Adding foreign key support to Horde_Db might make sense, but relying 
on it in Horde consumer code, I'm not so sure. We do use InnoDB by 
default when creating new tables, but most people migration from 
earlier versions might still use MyISAM tables. And we might want to 
re-add support for other RDBMs in the future that don't support 
foreign keys either.
10/14/2011 06:03:22 AM michael (at) bigmichi1 (dot) de Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ supporting foreign keys between horde tables
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
all supported databases by horde have support for foreign keys, how 
about adding them to the database layout? mysql uses by default in 
horde4 the innodb engine which have also foreign key support. the main 
advantage from my point of view is that the schema is clearer to 
understand. perhaps it may also simplify the code, because nedd for 
consistency checks are done by the db system and so it can go out of 
the horde code

Saved Queries