Changeset 362 for elixir/trunk/CHANGES
- Timestamp:
- 07/11/08 17:18:56 (5 years ago)
- Files:
-
- 1 modified
-
elixir/trunk/CHANGES (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/CHANGES
r356 r362 17 17 pass 18 18 A.name = Field(String(32)) 19 - Added add_ mapper_property and add_table_column helper methods in20 EntityBuilders.19 - Added add_table_column, add_mapper_property and add_mapper_extension helper 20 methods in EntityBuilders. 21 21 - Added full_tablename property on EntityDescriptor (includes schema name if 22 22 any). … … 25 25 - Added support for filtered OneToMany relationships. Produce viewonly 26 26 relations. See source:elixir/trunk/tests/test_o2m.py for an example. 27 - Added support for callables for some arguments on relationships: primaryjoin, 28 secondaryjoin and remote_side. It means those can be evaluated at setup time 29 (when tables and their columns already exist) instead of definition time. 27 30 28 31 Changes: … … 35 38 SA 0.4) 36 39 * autoexpire=True (with SA 0.5). 37 - removed objectstore and other SA 0.3 or oldersupport code.40 - removed objectstore and other SA 0.3 (or older) support code. 38 41 39 42 Bug fixes:
