| Commit message (Expand) | Author | Age | Files | Lines |
* | Manual fixes for style E501, etc. errors in orm packagepr/113 | Brian Jarrett | 2014-07-14 | 1 | -28/+31 |
* | Style fixes for orm package | Brian Jarrett | 2014-07-12 | 1 | -274/+278 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -10/+10 |
* | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 1 | -2/+16 |
* | revert this, not sure why that changed | Mike Bayer | 2014-05-30 | 1 | -1/+1 |
* | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -1/+1 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -1/+1 |
* | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -1/+0 |
* | - Added a new option to :paramref:`.relationship.innerjoin` which is | Mike Bayer | 2014-02-28 | 1 | -20/+35 |
* | - Added a new directive used within the scope of an attribute "set" operation | Mike Bayer | 2014-01-31 | 1 | -1/+3 |
* | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -0/+4 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -8/+32 |
* | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -2/+2 |
* | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+1 |
* | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -5/+21 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -166/+121 |
* | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -1/+2 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -18/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -2/+10 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -14/+7 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -1/+0 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -21/+22 |
* | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -2/+10 |
* | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -25/+29 |
* | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 1 | -1/+1 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -4/+4 |
* | cleanup | Mike Bayer | 2013-04-25 | 1 | -7/+0 |
* | - additional test + correction for [ticket:2699] | Mike Bayer | 2013-04-18 | 1 | -4/+5 |
* | Fixed bug when a query of the form: | Mike Bayer | 2013-04-09 | 1 | -2/+5 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -40/+43 |
* | Added a new exception to detect the case where two | Mike Bayer | 2012-11-24 | 1 | -2/+17 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -7/+7 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -29/+51 |
* | - remove old hardcoded rule about chained being limited to certain load types | Mike Bayer | 2012-10-08 | 1 | -1/+1 |
* | - fix annotation transfer when producing m2m backref, [ticket:2578] | Mike Bayer | 2012-09-28 | 1 | -1/+1 |
* | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 1 | -9/+9 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -6/+6 |
* | - totally remove _entity_info and _extended_entity_info, replacing all usage | Mike Bayer | 2012-07-16 | 1 | -137/+137 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -33/+34 |
* | - [removed] Deprecated identifiers removed: | Mike Bayer | 2012-06-21 | 1 | -3/+0 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -156/+198 |
* | - [bug] Fixed bug whereby populate_existing | Mike Bayer | 2012-06-16 | 1 | -0/+2 |
* | fix logic here broken by the change for enable_relationship_loading | Mike Bayer | 2012-05-19 | 1 | -4/+8 |
* | - [feature] Added utility feature | Mike Bayer | 2012-05-17 | 1 | -2/+4 |