| 65 | | - Changed the pattern used by default to generate column names for (all) |
| 66 | | ManyToMany relationships so that the meaning of bidirectional |
| 67 | | self-referential relationships does not depend on the order of declaration |
| 68 | | of each side (closes #69). See upgrade notes for details. |
| | 65 | - Changed the pattern used by default to generate column names for |
| | 66 | self-referencial ManyToMany relationships so that the meaning of |
| | 67 | bidirectional self-referential relationships does not depend on the order of |
| | 68 | declaration of each side (closes #69). See upgrade notes for details. |