1
0
mirror of synced 2025-01-30 20:11:49 +03:00
doctrine2/UPGRADE_TO_2_2

4 lines
189 B
Plaintext
Raw Normal View History

2011-07-26 23:16:38 +02: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.