Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Invalid
-
Affects Version/s: 1.2.0
-
Fix Version/s: None
-
Component/s: Cli
-
Labels:None
-
Environment:Windows / PostgreSQL
Description
Running
doctrine-cli.php generate-models-db
everything works fine, I get in setUp() all the relations, by the way no one of them has the 'cascade' => array('delete') option, even if I setup all the constraints correctly.
however, this information cant be detected on mysql 5.0 versions and came in late in other versions.