On 9/18/07, Stefan Eder <[EMAIL PROTECTED]> wrote: > DdlUtils 1.0 does not evaluate the Attributes onDelete and onUpdate > attributes within the foreign key constraints of Database.xml during SQL > generation. > Is it planned to support this in the future or does the current trunc > already support it? > > I know that not all platforms support ON DELETe and/or ON UPDATE within > within foreign key constraints, i.e. Oracle supports 'ON DELETE', but > not 'ON UPDATE', but most (i.e. MySQL or PostgreSQL) do support both. > It would be very nice if this feature would be supported by DdlUtils.
This is planned for 1.1 (http://issues.apache.org/jira/browse/DDLUTILS-75) and implementation is currently underway. Tom
