| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [bug] with_polymorphic() produces JOINs | Mike Bayer | 2012-08-01 | 1 | -2/+9 |
| * | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -2/+80 |
| * | this can be any expression | Mike Bayer | 2012-07-18 | 1 | -3/+5 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -4/+4 |
| * | - totally remove _entity_info and _extended_entity_info, replacing all usage | Mike Bayer | 2012-07-16 | 1 | -7/+18 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -14/+46 |
| * | - [bug] Fixed bug mostly local to new | Mike Bayer | 2012-07-14 | 1 | -1/+6 |
| * | - [feature] *Very limited* support for | Mike Bayer | 2012-07-14 | 1 | -6/+7 |
| * | - break up configure_property | Mike Bayer | 2012-07-14 | 1 | -109/+131 |
| * | move mapper-level UOW functionality straight into unitofwork also. there's | Mike Bayer | 2012-07-14 | 1 | -31/+4 |
| * | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -83/+24 |
| * | - [bug] ORM will perform extra effort to determine | Mike Bayer | 2012-07-05 | 1 | -106/+128 |
| * | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -341/+28 |
| * | - [removed] Deprecated identifiers removed: | Mike Bayer | 2012-06-21 | 1 | -18/+6 |
| * | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -30/+43 |
| * | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -1/+3 |
| * | - [feature] New standalone function with_polymorphic() | Mike Bayer | 2012-04-23 | 1 | -1/+2 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -6/+30 |
| |\ |
|
| | * | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -3/+3 |
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -5/+29 |
| * | | - [feature] Added new flag to @validates | Mike Bayer | 2012-04-11 | 1 | -2/+10 |
| |/ |
|
| * | - [bug] Fixed bug whereby if a method name | Mike Bayer | 2012-02-12 | 1 | -6/+13 |
| * | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 1 | -623/+6 |
| * | - [bug] Scaled back the test applied within | Mike Bayer | 2012-01-30 | 1 | -10/+9 |
| * | - [bug] Fixed regression from 0.7.4 whereby | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - Standalone expressions in polymorphic_on | Mike Bayer | 2011-12-09 | 1 | -16/+55 |
| * | - [feature] polymorphic_on now accepts many | Mike Bayer | 2011-12-09 | 1 | -18/+49 |
| * | - [bug] Fixed bug whereby a subclass of a subclass | Mike Bayer | 2011-10-28 | 1 | -1/+2 |
| * | - Added new flag expire_on_flush=False to column_property(), | Mike Bayer | 2011-10-11 | 1 | -1/+2 |
| * | - New event hook, MapperEvents.after_configured(). | Mike Bayer | 2011-09-10 | 1 | -72/+119 |
| * | - Repaired edge case where mapper would fail | Mike Bayer | 2011-08-06 | 1 | -6/+21 |
| * | - Load of a deferred() attribute on an object | Mike Bayer | 2011-07-31 | 1 | -3/+1 |
| * | - Added public attribute ".validators" to | Mike Bayer | 2011-07-30 | 1 | -2/+13 |
| * | - recall that groupby() expects a sorted collection, ditch it | Mike Bayer | 2011-07-24 | 1 | -7/+5 |
| * | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 1 | -3/+7 |
| * | - Feature enhancement: joined and subquery | Mike Bayer | 2011-07-17 | 1 | -18/+30 |
| * | - Added the same "columns-only" check to | Mike Bayer | 2011-06-08 | 1 | -1/+3 |
| * | - "delete-orphan" cascade is now allowed on | Mike Bayer | 2011-06-04 | 1 | -2/+2 |
| * | take out a little cruft. Spend two hours trying to make things simpler, | Mike Bayer | 2011-06-01 | 1 | -72/+74 |
| * | - Fixed bug whereby mapper mapped to an anonymous | Mike Bayer | 2011-05-20 | 1 | -14/+15 |
| * | - Changed the handling in determination of join | Mike Bayer | 2011-05-07 | 1 | -2/+1 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -1/+2 |
| * | - a non_primary mapper will inherit the _identity_class | Mike Bayer | 2011-04-27 | 1 | -0/+1 |
| * | - Added checks inside the UOW to detect the unusual | Mike Bayer | 2011-04-10 | 1 | -1/+19 |
| * | - add attrstrings for all the important mapper() attrbutes, [ticket:2094]. | Mike Bayer | 2011-03-20 | 1 | -10/+221 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -2/+2 |
| * | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -17/+26 |
| * | - Fixed bug where a column with a SQL or server side default | Mike Bayer | 2011-02-09 | 1 | -1/+2 |
| * | - Also emits the correct WHERE criterion | Mike Bayer | 2011-02-02 | 1 | -2/+1 |