Changeset 478 for elixir/trunk/CHANGES
- Timestamp:
- 09/29/09 18:53:07 (3 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r477 r478 18 18 - Added (or rather fixed and documented) a "table" argument on ManyToMany 19 19 relationships to allow using a manually-defined Table (closes #44). 20 - Added a "schema" argument on ManyToMany relationships to be able to create 21 the ManyToMany table in a custom schema and not necessarily the same schema 20 - Added a "schema" argument on ManyToMany relationships to be able to create 21 the ManyToMany table in a custom schema and not necessarily the same schema 22 22 as the table of the "source" entity (patch from Diez B. Roggisch). 23 23 - Added a "table_kwargs" argument on ManyToMany relationships to pass any … … 55 55 - Made manually defined mapper options take precedence over Elixir-generated 56 56 ones. Not very useful yet since most are expecting Column objects. 57 - Default table_options (defined in options_defaults['table_options']) are now 58 also used for ManyToMany tables. 57 59 58 60 Bug fixes:
