| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate FromClause.count() | Mike Bayer | 2016-06-14 | 1 | -4/+9 |
| * | Check for duplicate calls to register_attribute_impl | Mike Bayer | 2016-05-10 | 1 | -0/+41 |
| * | Deprecate Mapper.order_by | Mike Bayer | 2016-04-19 | 1 | -6/+9 |
| * | Add raise/raiseload relationship loading strategy | Adrian Moennich | 2016-04-19 | 1 | -0/+109 |
| * | - Fixed 1.0 regression where the "noload" loader strategy would fail | Mike Bayer | 2015-08-11 | 1 | -0/+18 |
| * | - pep8 test/orm/test_mapper | Mike Bayer | 2015-08-11 | 1 | -536/+698 |
| * | warn on duplicate polymorphic_identity | Sebastian Bank | 2014-12-04 | 1 | -0/+13 |
| * | - add an order_by here | Mike Bayer | 2014-11-26 | 1 | -1/+2 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -1/+3 |
| * | - Additional checks have been added for the case where an inheriting | Mike Bayer | 2014-06-20 | 1 | -4/+12 |
| * | - Fixed ORM bug where the :func:`.class_mapper` function would mask | Mike Bayer | 2014-05-10 | 1 | -0/+35 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| * | - changelog + test for pullreq github 58 | Mike Bayer | 2014-01-14 | 1 | -0/+7 |
| * | - Fixed regression where we don't check the given name against the | Mike Bayer | 2014-01-02 | 1 | -0/+16 |
| * | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -133/+0 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -2/+0 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -348/+3 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -8/+8 |
| * | - assorted fixes raised by pypy 2.1beta2, but all of which are good | Mike Bayer | 2013-08-01 | 1 | -0/+1 |
| * | remove all remaining start/end py2k/py3k blocks | Mike Bayer | 2013-06-07 | 1 | -25/+21 |
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -14/+10 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -31/+32 |
| * | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+31 |
| * | - Improved checking for an existing backref name conflict during | Mike Bayer | 2013-03-03 | 1 | -1/+19 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -1/+0 |
| * | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -8/+18 |
| * | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -7/+25 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | fix 2.5 ism | Mike Bayer | 2012-08-25 | 1 | -1/+1 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -0/+21 |
| * | - [feature] The Core oeprator system now includes | Mike Bayer | 2012-08-20 | 1 | -7/+0 |
| * | - all tests pass | Mike Bayer | 2012-08-13 | 1 | -2/+4 |
| * | - [feature] Can now provide class-bound attributes | Mike Bayer | 2012-08-04 | 1 | -2/+56 |
| * | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -57/+85 |
| * | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -8/+0 |
| |\ |
|
| | * | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -8/+0 |
| * | | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -0/+2 |
| |\ \ |
|
| | * | | - figured out again why deannotate must clone() | Mike Bayer | 2012-02-11 | 1 | -2/+3 |
| | * | | many fixes but still can't get heuristics to work as well as what's existing, | Mike Bayer | 2012-02-11 | 1 | -1/+2 |
| * | | | - [feature] Added new flag to @validates | Mike Bayer | 2012-04-11 | 1 | -4/+60 |
| | |/
|/| |
|
| * | | - [bug] Fixed bug whereby if a method name | Mike Bayer | 2012-02-12 | 1 | -0/+8 |
| |/ |
|
| * | break out _save_obj(), _delete_obj(), _post_update() into a new module | Mike Bayer | 2012-01-30 | 1 | -1/+1 |
| * | - Standalone expressions in polymorphic_on | Mike Bayer | 2011-12-09 | 1 | -5/+9 |
| * | - [bug] Updated warning message when setting | Mike Bayer | 2011-12-04 | 1 | -7/+0 |
| * | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 1 | -1/+59 |
| * | - [bug] fixed inappropriate evaluation of user-mapped | Mike Bayer | 2011-10-28 | 1 | -0/+12 |
| * | plus synonyms accessed as string | Mike Bayer | 2011-09-19 | 1 | -2/+0 |
| * | - Fixed previously untested function which regressed | Mike Bayer | 2011-09-15 | 1 | -0/+14 |
| * | - Calling class_mapper() and passing in an object | Mike Bayer | 2011-09-09 | 1 | -1/+11 |
| * | - Fixed bug whereby if __eq__() was | Mike Bayer | 2011-09-09 | 1 | -0/+22 |