Changeset 478 for elixir/trunk/CHANGES

Show
Ignore:
Timestamp:
09/29/09 18:53:07 (3 years ago)
Author:
ged
Message:

- Default table_options (defined in options_defaultstable_options?) are now

also used for ManyToMany tables.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r477 r478  
    1818- Added (or rather fixed and documented) a "table" argument on ManyToMany 
    1919  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 
    2222  as the table of the "source" entity (patch from Diez B. Roggisch). 
    2323- Added a "table_kwargs" argument on ManyToMany relationships to pass any 
     
    5555- Made manually defined mapper options take precedence over Elixir-generated 
    5656  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. 
    5759 
    5860Bug fixes: