Propel setnull on onDelete and onUpdate

0 votes
asked May 14, 2014 in Solved by kufi (290 points)

I can't seem to get this to work. I need to be able to set setnull on the onDelete and onUpdate for Propel. Currently I can only select cascade.

I tried to create a project specific cfg-file, which is also loaded (new attributes are loaded correctly), but I can't extend the existing attributes for onDelete to include "cascade|setnull" in the enum-values.

If I set this value directly in the global cfg-file of the ORM-Designer it works without problems.

1 Answer

0 votes
answered May 14, 2014 by Martin Freki Stradej Skipper developer (74,840 points)
selected May 14, 2014 by kufi
 
Best answer

This is fixed in the version that is currently available in beta (2.3.5.890):
http://support.orm-designer.com/402/downloads-orm-designer2-beta

Please, install the beta version build and try it again.

...