+1 vote

In the association properties, the side-owning / cascade / cascade-all doesn't write the correct Doctrine 2 annotation.

It writes

cascade={"cascade-all"}

Instead of

cascade={"all"}

Same for cascade-merge, cascade-persist, etc.

in Solved by (480 points)
recategorized by

thanks for info. Fix will be available in the next release.

1 Answer

0 votes
Best answer

Fixed in version 2.1.9. Download it here: http://www.orm-designer.com/download-orm-designer

by Skipper developer (141k points)
selected by