summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-311-1/+3
* - Support is improved for supplying a :func:`.join` construct as theMike Bayer2014-01-221-0/+4
* - happy new yearMike Bayer2014-01-051-1/+1
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-8/+32
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-2/+2
* - The ``viewonly`` flag on :func:`.relationship` will now preventMike Bayer2013-11-191-0/+1
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-131-5/+21
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-061-166/+121
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-061-1/+2
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-18/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-2/+10
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-14/+7
* find some more inline imports and move them outMike Bayer2013-08-041-1/+0
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-21/+22
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-2/+10
* - blow away context._attributesMike Bayer2013-06-021-25/+29
* The "auto-aliasing" behavior of the :class:`.Query.select_from`Mike Bayer2013-05-301-1/+1
* a pass where we try to squash down as many list()/keys() combinationsMike Bayer2013-05-261-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-4/+4
* cleanupMike Bayer2013-04-251-7/+0
* - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-4/+5
* Fixed bug when a query of the form:Mike Bayer2013-04-091-2/+5
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-40/+43
* Added a new exception to detect the case where twoMike Bayer2012-11-241-2/+17
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-7/+7
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-29/+51
* - remove old hardcoded rule about chained being limited to certain load typesMike Bayer2012-10-081-1/+1
* - fix annotation transfer when producing m2m backref, [ticket:2578]Mike Bayer2012-09-281-1/+1
* - [bug] Lazy loads emitted within flush eventsMike Bayer2012-08-191-9/+9
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-6/+6
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-137/+137
* - move all of orm to use absolute importsMike Bayer2012-06-231-33/+34
* - [removed] Deprecated identifiers removed:Mike Bayer2012-06-211-3/+0
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-156/+198
* - [bug] Fixed bug whereby populate_existingMike Bayer2012-06-161-0/+2
* fix logic here broken by the change for enable_relationship_loadingMike Bayer2012-05-191-4/+8
* - [feature] Added utility featureMike Bayer2012-05-171-2/+4
* - [bug] Fixed bug whereby subqueryload() fromMike Bayer2012-05-171-1/+7
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-8/+0
* - re-merge + CHANGESMike Bayer2012-04-231-1/+1
|\
| * make auto-correlation the same for Query & select()Diana Clarke2012-04-021-1/+1
* | - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-16/+8
* | - merged #1401 branch from bitbucketMike Bayer2012-04-221-61/+7
|\ \
| * | - move create_lazy_clause() to relationshipsMike Bayer2012-04-011-46/+3
| * | - move properties to use the new create_joinsMike Bayer2012-02-101-19/+4
| * | - got m2m, local_remote_pairs, etc. workingMike Bayer2012-02-091-0/+4
| |/
* | - [feature] Added new flag to @validatesMike Bayer2012-04-111-3/+3
|/
* - [feature] Added new capability to relationshipMike Bayer2012-01-221-0/+7
* fix a callcount issue hereMike Bayer2012-01-221-3/+1