| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added a new extension suite :mod:`sqlalchemy.ext.baked`. This | Mike Bayer | 2015-03-11 | 1 | -78/+58 |
* | - The subquery wrapping which occurs when joined eager loading | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - 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 | -30/+30 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -4/+5 |
* | - The "wildcard" loader options, in particular the one set up by | Mike Bayer | 2015-01-13 | 1 | -1/+2 |
* | - callcounts | Mike Bayer | 2015-01-04 | 1 | -2/+0 |
* | - strategies + declarative | Mike Bayer | 2015-01-04 | 1 | -0/+23 |
* | - don't do inline string interpolation when logging | Jon Nelson | 2014-11-11 | 1 | -1/+1 |
* | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -1/+2 |
* | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+1 |
* | - alter the yield_per eager restriction such that joined many-to-one loads | Mike Bayer | 2014-08-30 | 1 | -2/+2 |
* | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 1 | -30/+19 |
* | - reorganize how create_row_processor() communicates up to | Mike Bayer | 2014-08-29 | 1 | -40/+54 |
* | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per` | Mike Bayer | 2014-08-29 | 1 | -0/+4 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -36/+43 |
* | - Made a small adjustment to the mechanics of lazy loading, | Mike Bayer | 2014-08-28 | 1 | -1/+4 |
* | - The behavior of :paramref:`.joinedload.innerjoin` as well as | Mike Bayer | 2014-08-26 | 1 | -1/+2 |
* | - reinstate E123, E125, E128 | Mike Bayer | 2014-07-16 | 1 | -103/+146 |
* | - fully flake8 this file | Mike Bayer | 2014-07-15 | 1 | -234/+233 |
* | - Fixed a regression caused by :ticket:`2976` released in 0.9.4 where | Mike Bayer | 2014-07-15 | 1 | -11/+19 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - repair the _enable_single_crit method, it was named the same | Mike Bayer | 2014-06-30 | 1 | -10/+10 |
* | - Modified the behavior of :func:`.orm.load_only` such that primary key | Mike Bayer | 2014-06-12 | 1 | -2/+16 |
* | revert this, not sure why that changed | Mike Bayer | 2014-05-30 | 1 | -1/+1 |
* | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -1/+1 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -1/+1 |
* | - Fixed bug in subquery eager loading where a long chain of | Mike Bayer | 2014-05-25 | 1 | -1/+1 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
* | - A major improvement made to the mechanics by which the :class:`.Engine` | Mike Bayer | 2014-03-22 | 1 | -1/+0 |
* | - Added a new option to :paramref:`.relationship.innerjoin` which is | Mike Bayer | 2014-02-28 | 1 | -20/+35 |
* | - Added a new directive used within the scope of an attribute "set" operation | Mike Bayer | 2014-01-31 | 1 | -1/+3 |
* | - Support is improved for supplying a :func:`.join` construct as the | Mike Bayer | 2014-01-22 | 1 | -0/+4 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -8/+32 |
* | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -2/+2 |
* | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+1 |
* | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -5/+21 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -166/+121 |
* | - modify what we did in [ticket:2793] so that we can also set the | Mike Bayer | 2013-09-06 | 1 | -1/+2 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -18/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -2/+10 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -14/+7 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -1/+0 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -21/+22 |
* | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -2/+10 |
* | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -25/+29 |
* | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 1 | -1/+1 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -4/+4 |