| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - [bug] Fixed bug whereby subqueryload() from | Mike Bayer | 2012-05-17 | 1 | -1/+7 |
* | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -8/+0 |
* | - re-merge + CHANGES | Mike Bayer | 2012-04-23 | 1 | -1/+1 |
|\ |
|
| * | make auto-correlation the same for Query & select() | Diana Clarke | 2012-04-02 | 1 | -1/+1 |
* | | - merge attribute flag overhaul for [ticket:2358] | Mike Bayer | 2012-04-23 | 1 | -16/+8 |
* | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -61/+7 |
|\ \ |
|
| * | | - move create_lazy_clause() to relationships | Mike Bayer | 2012-04-01 | 1 | -46/+3 |
| * | | - move properties to use the new create_joins | Mike Bayer | 2012-02-10 | 1 | -19/+4 |
| * | | - got m2m, local_remote_pairs, etc. working | Mike Bayer | 2012-02-09 | 1 | -0/+4 |
| |/ |
|
* | | - [feature] Added new flag to @validates | Mike Bayer | 2012-04-11 | 1 | -3/+3 |
|/ |
|
* | - [feature] Added new capability to relationship | Mike Bayer | 2012-01-22 | 1 | -0/+7 |
* | fix a callcount issue here | Mike Bayer | 2012-01-22 | 1 | -3/+1 |