summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* couple more vars not needed outsideMike Bayer2012-01-221-4/+2
* - apply the pyflakes stick to strategies.py. In particular, tryMike Bayer2012-01-221-194/+285
* happy new yearMike Bayer2012-01-041-1/+1
* - attribute system gets a pop() method.Mike Bayer2011-10-301-2/+2
* - Fixed bug whereby mapper.order_by attribute wouldMike Bayer2011-09-281-0/+4
* - Load of a deferred() attribute on an objectMike Bayer2011-07-311-2/+4
* - Added public attribute ".validators" toMike Bayer2011-07-301-2/+2
* - Fixed regression from 0.6 where a get historyMike Bayer2011-07-201-0/+2
* - Feature enhancement: joined and subqueryMike Bayer2011-07-171-5/+7
* - The join condition produced by with_parentMike Bayer2011-07-061-21/+30
* - rename EagerLoader to JoinedLoaderMike Bayer2011-06-231-4/+7
* - "delete-orphan" cascade is now allowed onMike Bayer2011-06-041-1/+0
* - remove the old term 'selectcontext'Mike Bayer2011-05-311-14/+23
* remove erroneously committed pdbMike Bayer2011-04-201-2/+0