| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure col is not None when retrieving quick populators | Mike Bayer | 2017-08-23 | 1 | -2/+17 |
* | Enable multi-level selectin polymorphic loading | Mike Bayer | 2017-08-07 | 1 | -9/+18 |
* | selectin polymorphic loading | Mike Bayer | 2017-06-05 | 1 | -0/+53 |
* | Add with_for_update() support in session.refresh() | Mike Bayer | 2017-05-24 | 1 | -3/+4 |
* | Add selectin loading | Mike Bayer | 2017-04-26 | 1 | -0/+59 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Memoize load_path in all cases, run quick populators for path change | Mike Bayer | 2016-10-17 | 1 | -9/+33 |
* | - reworked the way the "select_wraps_for" expression is | Mike Bayer | 2016-02-20 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - fix loading.py merge_result for new _merge() argument | Mike Bayer | 2015-12-04 | 1 | -2/+2 |
* | - The :class:`.SessionEvents` suite now includes events to allowticket_2677 | Mike Bayer | 2015-09-02 | 1 | -2/+8 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -3/+7 |
* | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -1/+10 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 1 | -10/+85 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -4/+4 |
* | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 1 | -31/+35 |
* | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -4/+5 |
* | - continue moving things out that don't need to be there | Mike Bayer | 2014-08-30 | 1 | -68/+59 |
* | - do the polymorphic thing as a decorator so it's out of the way otherwise | Mike Bayer | 2014-08-29 | 1 | -31/+22 |
* | - pull out populators back into separate functions, though still very inlined | Mike Bayer | 2014-08-29 | 1 | -82/+114 |
* | - further move things vertically, at which point things are inlined enough | Mike Bayer | 2014-08-29 | 1 | -51/+60 |
* | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 1 | -63/+85 |
* | - reorganize how create_row_processor() communicates up to | Mike Bayer | 2014-08-29 | 1 | -35/+20 |
* | - re-establish and test some behavior from previous versions, that | Mike Bayer | 2014-08-29 | 1 | -11/+12 |
* | - inline the commit of partials too | Mike Bayer | 2014-08-29 | 1 | -3/+3 |
* | inlines galore | Mike Bayer | 2014-08-29 | 1 | -34/+32 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -145/+74 |
* | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -3/+7 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -96/+96 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -1/+1 |
* | - mark translate_row, create_instance, populate_instance, append_result as le... | Mike Bayer | 2014-05-23 | 1 | -0/+3 |
* | inlining | Mike Bayer | 2014-05-19 | 1 | -5/+2 |
* | Revert "remove events nobody uses...?" | Mike Bayer | 2014-05-19 | 1 | -4/+60 |
* | remove events nobody uses...? | Mike Bayer | 2014-05-19 | 1 | -60/+4 |
* | - some inlining, speed up identity map | Mike Bayer | 2014-05-19 | 1 | -9/+15 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - repair the "lockmode" functionality of load_on_ident(). slightly problematic | Mike Bayer | 2013-11-28 | 1 | -4/+9 |
* | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 1 | -2/+3 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -5/+3 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -2/+2 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
* | :meth:`.Query.merge_result` can now load rows from an outer join | Mike Bayer | 2013-01-08 | 1 | -4/+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 | -9/+6 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -2/+8 |
* | - add coverage for merge_result() [ticket:2588] | Mike Bayer | 2012-10-11 | 1 | -1/+2 |