| Commit message (Expand) | Author | Age | Files | Lines |
* | - start trying to move things into __slots__. This seems to reduce theslots | Mike Bayer | 2015-01-04 | 1 | -36/+61 |
* | - check for None linker... | Mike Bayer | 2014-09-08 | 1 | -1/+1 |
* | - Added new event handlers :meth:`.AttributeEvents.init_collection` | Mike Bayer | 2014-09-07 | 1 | -3/+20 |
* | - rename _InspectionAttr to InspectionAttr | Mike Bayer | 2014-08-13 | 1 | -1/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -150/+160 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - reverse course in #3061 so that we instead no longer set None in the attribute | Mike Bayer | 2014-06-23 | 1 | -9/+1 |
* | - Related to :ticket:`3060`, an adjustment has been made to the unit | Mike Bayer | 2014-05-30 | 1 | -17/+28 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -14/+18 |
* | - Fixed a few edge cases which arise in the so-called "row switch" | Mike Bayer | 2014-05-28 | 1 | -5/+12 |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - Fixed bug in mutable extension as well as | Mike Bayer | 2014-03-19 | 1 | -1/+1 |
* | - Added a new directive used within the scope of an attribute "set" operation | Mike Bayer | 2014-01-31 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 1 | -10/+18 |
* | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -1/+7 |
* | - The ``viewonly`` flag on :func:`.relationship` will now prevent | Mike Bayer | 2013-11-19 | 1 | -0/+6 |
* | - :func:`.attributes.get_history()` when used with a scalar column-mapped | Mike Bayer | 2013-10-25 | 1 | -5/+12 |
* | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 1 | -1/+7 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -107/+13 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -2/+1 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -44/+91 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -1/+1 |
* | Fixed bug whereby attribute history functions would fail | Mike Bayer | 2013-07-04 | 1 | -2/+2 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -10/+7 |
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -1/+1 |
* | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -2/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
* | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+43 |
* | yikes, print statement ! | Mike Bayer | 2013-03-03 | 1 | -3/+2 |
* | - Improved checking for an existing backref name conflict during | Mike Bayer | 2013-03-03 | 1 | -6/+18 |
* | typo | Mike Bayer | 2013-02-26 | 1 | -1/+1 |
* | 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 | -2/+24 |
* | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 1 | -1/+0 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -14/+30 |
* | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -2/+19 |
* | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -5/+14 |
* | - fix regression from 0.7 where calling get_history with passive | Mike Bayer | 2012-10-22 | 1 | -0/+4 |
* | - [feature] Conflicts between columns on | Mike Bayer | 2012-08-27 | 1 | -1/+3 |
* | - [bug] Lazy loads emitted within flush events | Mike Bayer | 2012-08-19 | 1 | -0/+5 |
* | - [feature] Adding/removing None from a mapped collection | Mike Bayer | 2012-08-13 | 1 | -1/+3 |
* | - [bug] Fixed bug whereby user error in related-object | Mike Bayer | 2012-08-12 | 1 | -18/+38 |
* | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -0/+7 |
* | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -5/+8 |
* | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -20/+28 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -2/+2 |
* | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -94/+108 |
* | - [moved] The InstrumentationManager interface | Mike Bayer | 2012-06-24 | 1 | -0/+2 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -9/+7 |