Dear list, I was wrong. Humble Apologies. The functionality seems to be o.k. and the on delete cascade exists in the sql file. In the tutorial, the deletion of child rows is done manually. This is misleading and in my view devaluates Torque.
Do all the torque supported databases support this ondelete cascade functionality ? i.e. SQLserver and mySQL. regards Ben -----Urspr�ngliche Nachricht----- Von: Ben Bookey [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. August 2004 17:08 An: [EMAIL PROTECTED] Betreff: ON DELETE CASCADE is missing from our torque Oracle scripts. Dear List, We have set for oracle our oracle Torque configuration <foreign-key foreignTable="author" onDelete="cascade"> This fails to generate .sql files with the required "on delete cascade" DDL. Is this a known problem ?Is the functionality indicated by the database_3_1.dtd at all available ? We have noticed that in the torque tutorial, the deletion of the child table rows is done manually. I would really appreciate a reply Regards Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
