summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/loading.py
Commit message (Expand)AuthorAgeFilesLines
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - repair the "lockmode" functionality of load_on_ident(). slightly problematicMike Bayer2013-11-281-4/+9
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-071-2/+3
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-5/+3
* find some more inline imports and move them outMike Bayer2013-08-041-2/+2
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-1/+1
* - the raw 2to3 runMike Bayer2013-04-271-6/+6
* :meth:`.Query.merge_result` can now load rows from an outer joinMike Bayer2013-01-081-4/+5
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-9/+6
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-2/+8
* - add coverage for merge_result() [ticket:2588]Mike Bayer2012-10-111-1/+2
* - with InstanceState more public, underscore all its methodsMike Bayer2012-07-181-4/+4
* - justify NamedTuple, now called KeyedTupleMike Bayer2012-07-161-1/+1
* - move load_scalar_attributes out to loading.pyMike Bayer2012-07-141-0/+65
* rework imports hereMike Bayer2012-07-031-36/+35
* turn commit_all into an iterative methodMike Bayer2012-06-251-3/+5
* 2.5 compatMike Bayer2012-06-231-1/+3
* - move all of orm to use absolute importsMike Bayer2012-06-231-0/+533