| Commit message (Expand) | Author | Age | Files | Lines |
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -67/+44 |
| * | The "auto-aliasing" behavior of the :class:`.Query.select_from` | Mike Bayer | 2013-05-30 | 1 | -1/+1 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -17/+17 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -20/+83 |
| * | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 1 | -2/+2 |
| * | break into multiple tests | Mike Bayer | 2013-04-24 | 1 | -7/+98 |
| * | - unit test failing on python3.3 + psycopg2, add an order by | Mike Bayer | 2013-04-11 | 1 | -1/+1 |
| * | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -1/+29 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -35/+35 |
| * | initial annotations approach to join conditions. all tests pass, plus additi... | Mike Bayer | 2012-02-06 | 1 | -2/+10 |
| * | - Improved query.join() such that the "left" side | Mike Bayer | 2011-10-12 | 1 | -3/+158 |
| * | - Fixed a variety of synonym()-related regressions | Mike Bayer | 2011-09-15 | 1 | -1/+2 |
| * | - Another previously unknown feature from 0.6, synonyms | Mike Bayer | 2011-09-15 | 1 | -0/+18 |
| * | - Fixed bug in query.join() which would occur | Mike Bayer | 2011-08-06 | 1 | -22/+22 |
| * | default dialect, oopsie | Mike Bayer | 2011-07-24 | 1 | -1/+2 |
| * | - rewrite cloned_traverse() and replacement_traverse() to use a straight | Mike Bayer | 2011-07-24 | 1 | -0/+42 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -16/+25 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -6/+6 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -8/+8 |
| * | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -14/+115 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -27/+74 |
| * | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -19/+30 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | Corrected order by in test joins. | Denise Govindarajan | 2011-03-14 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -139/+139 |
| * | break up test_query into three modules | Mike Bayer | 2010-12-11 | 1 | -0/+1711 |