| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - Repaired edge case where mapper would fail | Mike Bayer | 2011-08-06 | 1 | -2/+17 |
| * | - Added public attribute ".validators" to | Mike Bayer | 2011-07-30 | 1 | -1/+31 |
| * | - Fixed bug apparent only in Python 3 whereby | Mike Bayer | 2011-07-24 | 1 | -2/+40 |
| * | - Fixed bug whereby if a mapped class | Mike Bayer | 2011-07-17 | 1 | -27/+76 |
| * | dont need the DEBUG here messing up the rest of the tests | Mike Bayer | 2011-05-20 | 1 | -1/+0 |
| * | - Fixed bug whereby mapper mapped to an anonymous | Mike Bayer | 2011-05-20 | 1 | -0/+28 |
| * | - mapper() will ignore non-configured foreign keys | Mike Bayer | 2011-05-07 | 1 | -0/+2 |
| * | - a non_primary mapper will inherit the _identity_class | Mike Bayer | 2011-04-27 | 1 | -0/+15 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -47/+80 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -9/+10 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
| * | - convert @provide_metadata to use self access | Mike Bayer | 2011-03-26 | 1 | -0/+1 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -2/+0 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -117/+386 |
| * | - Improvements to the error messages emitted when | Mike Bayer | 2011-03-16 | 1 | -2/+2 |
| * | Fix 3 errors in py32, from patch from lsblakk. There are still 8 failures. Se... | Taavi Burns | 2011-03-16 | 1 | -1/+5 |
| * | - Fixed bug where a column with a SQL or server side default | Mike Bayer | 2011-02-09 | 1 | -0/+15 |