| Commit message (Expand) | Author | Age | Files | Lines |
* | autoincrement here | Mike Bayer | 2013-12-17 | 1 | -2/+2 |
* | - An adjustment to the :func:`.subqueryload` strategy which ensures that | Mike Bayer | 2013-12-16 | 1 | -1/+55 |
* | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -4/+0 |
* | use a set here also | Mike Bayer | 2013-10-18 | 1 | -2/+2 |
* | - fix non-deterministic ordering point | Mike Bayer | 2013-10-14 | 1 | -2/+3 |
* | - Added new option to :func:`.relationship` ``distinct_target_key``. | Mike Bayer | 2013-10-13 | 1 | -0/+194 |
* | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -12/+11 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
* | - additional test + correction for [ticket:2699] | Mike Bayer | 2013-04-18 | 1 | -1/+52 |
* | order by... | Mike Bayer | 2013-04-09 | 1 | -2/+2 |
* | Fixed bug when a query of the form: | Mike Bayer | 2013-04-09 | 1 | -0/+109 |
* | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -21/+34 |
* | Added a new exception to detect the case where two | Mike Bayer | 2012-11-24 | 1 | -1/+9 |
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
* | mo tests mo problems | Mike Bayer | 2012-08-06 | 1 | -3/+3 |
* | - [bug] Improvements to joined/subquery eager | Mike Bayer | 2012-08-06 | 1 | -2/+110 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -4/+4 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -2/+0 |
* | - [bug] Fixed bug whereby populate_existing | Mike Bayer | 2012-06-16 | 1 | -0/+12 |
* | - [bug] Fixed bug whereby subqueryload() from | Mike Bayer | 2012-05-17 | 1 | -0/+80 |
* | - Fixed bug whereby mapper.order_by attribute would | Mike Bayer | 2011-09-28 | 1 | -0/+20 |
* | - Feature enhancement: joined and subquery | Mike Bayer | 2011-07-17 | 1 | -1/+124 |
* | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -12/+20 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -10/+11 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -29/+155 |
* | - alex gaynor's latest batch of pypy test fixes | Mike Bayer | 2011-03-16 | 1 | -31/+47 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -26/+26 |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
* | - additional fix for [ticket:1964] | Mike Bayer | 2010-11-13 | 1 | -13/+10 |
* | whoopsie | Mike Bayer | 2010-11-11 | 1 | -19/+18 |
* | - Fixed bug regarding "subqueryload" strategy whereby | Mike Bayer | 2010-11-11 | 1 | -0/+57 |
* | - Dynamic attributes don't support collection | Mike Bayer | 2010-08-05 | 1 | -4/+21 |
* | - Query.statement, Query.subquery(), etc. now transfer | Mike Bayer | 2010-06-14 | 1 | -1/+40 |
* | - fix some final pathing stuff, we weren't getting all the loads in the | Mike Bayer | 2010-03-24 | 1 | -1/+1 |
* | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -1/+1 |
* | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -6/+6 |
* | everything everything passes on this one. still want to get rid of that hack... | Mike Bayer | 2010-03-24 | 1 | -36/+31 |
* | this version actually works for all existing tests plus simple self-referential. | Mike Bayer | 2010-03-23 | 1 | -13/+13 |
* | - order by secondary works | Mike Bayer | 2010-03-23 | 1 | -1/+261 |
* | adding tests, all the features present in joined eager loading | Mike Bayer | 2010-03-23 | 1 | -47/+272 |
* | that was easy | Mike Bayer | 2010-03-23 | 1 | -0/+1 |
* | all tests are passing. some more TODOs and more testing needed | Mike Bayer | 2010-03-22 | 1 | -10/+21 |
* | - Fixed bug which affected all eagerload() and similar options | Mike Bayer | 2010-03-22 | 1 | -28/+90 |
* | and here's where it gets *fun* ! so much for being easy | Mike Bayer | 2010-03-22 | 1 | -8/+68 |
* | - ordering tests | Mike Bayer | 2010-03-22 | 1 | -0/+95 |
* | initial subq implementation | Mike Bayer | 2010-03-21 | 1 | -0/+75 |