| Commit message (Expand) | Author | Age | Files | Lines |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -0/+4 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -2/+2 |
* | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -2/+17 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -67/+68 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Improved the initialization logic of composite attributes such that | Mike Bayer | 2014-02-03 | 1 | -4/+5 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
* | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -0/+5 |
* | - re-document synonyms and remove warnings about "superseded"; synonyms | Mike Bayer | 2013-11-30 | 1 | -33/+50 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -1/+2 |
* | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 1 | -3/+25 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -3/+160 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -11/+8 |
* | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 1 | -1/+1 |
* | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 1 | -14/+24 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -9/+24 |
* | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -0/+3 |
* | - fix the labeled column with column_expression() issue, finishes [ticket:1534] | Mike Bayer | 2012-08-18 | 1 | -0/+27 |
* | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -0/+1 |
* | - [bug] Fixed bug mostly local to new | Mike Bayer | 2012-07-14 | 1 | -26/+26 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -6/+5 |
* | - some adjustments to keep hybrid properties working | Mike Bayer | 2012-04-23 | 1 | -2/+2 |
* | - the inspect interface is done, needs docs. | Mike Bayer | 2012-04-04 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - [bug] Fixed bug in get_history() when referring | Mike Bayer | 2011-12-07 | 1 | -1/+5 |
* | - [bug] the value of a composite attribute is now | Mike Bayer | 2011-10-26 | 1 | -8/+20 |
* | - Reinstated "comparator_factory" argument to | Mike Bayer | 2011-10-15 | 1 | -2/+4 |
* | - Fixed a variety of synonym()-related regressions | Mike Bayer | 2011-09-15 | 1 | -7/+0 |
* | - Another previously unknown feature from 0.6, synonyms | Mike Bayer | 2011-09-15 | 1 | -0/+4 |
* | - Fixed previously untested function which regressed | Mike Bayer | 2011-09-15 | 1 | -0/+2 |
* | - Fixed regression in new composite rewrite where | Mike Bayer | 2011-08-14 | 1 | -1/+1 |
* | - Repaired new "mutable" extension to propagate | Mike Bayer | 2011-06-04 | 1 | -3/+3 |
* | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -2/+2 |
* | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
* | - Fixed regression whereby composite() with | Mike Bayer | 2011-02-14 | 1 | -0/+4 |
* | - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, | Mike Bayer | 2011-02-11 | 1 | -3/+4 |
* | - composite now relates to its parent class in terms of MapperProperty, | Mike Bayer | 2011-01-15 | 1 | -18/+41 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -48/+48 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -3/+2 |
* | - add QueryContext to load(), refresh() | Mike Bayer | 2010-12-31 | 1 | -1/+1 |
* | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -7/+7 |
* | - mutable examples now move into sqlalchemy.ext.mutable | Mike Bayer | 2010-12-29 | 1 | -0/+1 |
* | - restore mapper.get_property() to use the _props dict. at the moment | Mike Bayer | 2010-12-28 | 1 | -30/+62 |
* | - simplified the descriptor system to no longer use the hybrid extension, ins... | Mike Bayer | 2010-12-28 | 1 | -28/+12 |
* | - on_expire event, since we are starting to build off of events around | Mike Bayer | 2010-12-25 | 1 | -18/+74 |
* | bugfix | Mike Bayer | 2010-12-24 | 1 | -1/+1 |