Hi,

who can tell me what the intention of the "cascade" flag
in Criteria is. There seems to be an (undocumented?) attribute to "foreign key":

<!ELEMENT foreign-key (reference+)>
<!ATTLIST foreign-key 
  foreignTable CDATA #REQUIRED
  name CDATA #IMPLIED
  onUpdate (cascade|setnull|restrict|none) "none" 
  onDelete (cascade|setnull|restrict|none) "none" 
>

implying this but I didn't find any code inside Torque really setting
this and using this.

The code inside doDelete() looks, hmmmm, 'complicated' in doing the
real cascade. Who added the cascade stuff? Does anyone really use
this?

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     [EMAIL PROTECTED]

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   [EMAIL PROTECTED]
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to