1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/UPGRADE_TO_2_2

4 lines
189 B
Plaintext
Raw Normal View History

2011-07-27 01:16:38 +04:00
# Removed support for onUpdate in @JoinColumn
The onUpdate foreign key handling makes absolutly no sense in an ORM. Additionally Oracle doesn't even support it. Support for it is removed.