Changeset 459
- Timestamp:
- 09/17/09 13:58:23 (4 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r458 r459 1 0.7.0 1 0.7.0 - 2009-09-xx 2 2 3 3 Please see http://elixir.ematia.de/trac/wiki/Migrate06to07 for detailed … … 24 24 can target unique but non-primary key columns. At the moment, this only works 25 25 if the target column is declared before the ManyToOne (see ticket #26). 26 - Added new column_names argument to the acts_as_versioned extension, allowing 27 to specify custom column names (inspired by a patch by Alex Bodnaru). 26 - Added new "column_names" argument to the acts_as_versioned extension, 27 allowing to specify custom column names (inspired by a patch by 28 Alex Bodnaru). 29 - Made M2MCOL_NAMEFORMAT option accept a callable, so that more complex naming 30 generation can be used if so desired. 28 31 - Added two new extensions (contributed by Alex Bodnaru) 29 32 - "perform_ddl" allows to execute one or several DDL statements upon table … … 51 54 52 55 Bug fixes: 53 - Changed the pattern used to generate column names for all ManyToMany54 relationships so that the meaning of bidirectional56 - Changed the pattern used by default to generate column names for (all) 57 ManyToMany relationships so that the meaning of bidirectional 55 58 self-referential relationships does not depend on the order of declaration 56 59 of each side (closes #69). See upgrade notes for details.
