| Commit message (Expand) | Author | Age | Files | Lines |
* | Build out new declarative systems; deprecate mapper() | Mike Bayer | 2020-09-10 | 1 | -35/+93 |
* | base all_orm_descriptors ordering on cls.__dict__ + cls.__mro__ | Mike Bayer | 2020-08-06 | 1 | -6/+18 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -3/+3 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -10/+8 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Implement raiseload for deferred columns | Mike Bayer | 2019-10-16 | 1 | -1/+20 |
* | Run eager loaders on unexpire | Mike Bayer | 2019-08-23 | 1 | -0/+4 |
* | Consult is_attrbute flag to determine descriptor; enable for assoc proxy | Mike Bayer | 2019-06-14 | 1 | -1/+4 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -4/+7 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -43/+62 |
* | Break association proxy into a descriptor + per-class accessor | Mike Bayer | 2018-09-27 | 1 | -35/+0 |
* | Test attributes for being non-mapped column properties more closely | Mike Bayer | 2018-02-15 | 1 | -0/+9 |
* | Search through mapper superclass hierarchy for owner | Mike Bayer | 2018-02-09 | 1 | -0/+35 |
* | Look for __sa_reconstructor__ on original_init | Mike Bayer | 2018-02-02 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -0/+20 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -7/+9 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -2/+2 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -26/+30 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | inlining | Mike Bayer | 2014-05-19 | 1 | -2/+4 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -1/+1 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -25/+52 |
* | - Removal of event listeners is now implemented. The feature is | Mike Bayer | 2013-07-26 | 1 | -0/+6 |
* | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -11/+9 |
* | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+2 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -14/+16 |
* | Improved the behavior of instance management regarding | Mike Bayer | 2013-04-20 | 1 | -0/+7 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | Extended the :doc:`/core/inspection` system so that all Python descriptors | Mike Bayer | 2012-12-29 | 1 | -1/+19 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -2/+5 |
* | - [feature] Improvements to event listening for | Mike Bayer | 2012-10-12 | 1 | -0/+6 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -7/+7 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -316/+79 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -4/+3 |
* | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -7/+1 |
* | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Enhanced the instrumentation in the ORM to support | Mike Bayer | 2011-09-28 | 1 | -0/+4 |
* | take out a little cruft. Spend two hours trying to make things simpler, | Mike Bayer | 2011-06-01 | 1 | -23/+1 |
* | - add a comment regarding why __init__ has a return value | Mike Bayer | 2011-05-28 | 1 | -1/+2 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -51/+51 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -4/+4 |
* | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -7/+9 |