summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/loading.py
Commit message (Expand)AuthorAgeFilesLines
* Ensure col is not None when retrieving quick populatorsMike Bayer2017-08-231-2/+17
* Enable multi-level selectin polymorphic loadingMike Bayer2017-08-071-9/+18
* selectin polymorphic loadingMike Bayer2017-06-051-0/+53
* Add with_for_update() support in session.refresh()Mike Bayer2017-05-241-3/+4
* Add selectin loadingMike Bayer2017-04-261-0/+59
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-9/+33
* - reworked the way the "select_wraps_for" expression isMike Bayer2016-02-201-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - fix loading.py merge_result for new _merge() argumentMike Bayer2015-12-041-2/+2
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-2/+8
* - merge of ticket_3499 indexed access branchMike Bayer2015-08-171-3/+7
* - Fixed 1.0 regression where a "deferred" attribute would not populateMike Bayer2015-06-291-1/+10
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-011-10/+85
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-4/+4
* - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-31/+35
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-4/+5
* - continue moving things out that don't need to be thereMike Bayer2014-08-301-68/+59
* - do the polymorphic thing as a decorator so it's out of the way otherwiseMike Bayer2014-08-291-31/+22
* - pull out populators back into separate functions, though still very inlinedMike Bayer2014-08-291-82/+114
* - further move things vertically, at which point things are inlined enoughMike Bayer2014-08-291-51/+60
* - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-63/+85
* - reorganize how create_row_processor() communicates up toMike Bayer2014-08-291-35/+20
* - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-11/+12
* - inline the commit of partials tooMike Bayer2014-08-291-3/+3
* inlines galoreMike Bayer2014-08-291-34/+32
* - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-281-145/+74
* - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-3/+7
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-96/+96
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+1
* - mark translate_row, create_instance, populate_instance, append_result as le...Mike Bayer2014-05-231-0/+3
* inliningMike Bayer2014-05-191-5/+2
* Revert "remove events nobody uses...?"Mike Bayer2014-05-191-4/+60
* remove events nobody uses...?Mike Bayer2014-05-191-60/+4
* - some inlining, speed up identity mapMike Bayer2014-05-191-9/+15
* - 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