| Commit message (Expand) | Author | Age | Files | Lines |
* | - fix some unclear phrases in query regarding polymorphic, | Mike Bayer | 2012-02-16 | 1 | -2136/+0 |
* | follow the pattern set earlier in the tests | Diana Clarke | 2011-12-11 | 1 | -35/+13 |
* | whitespace pass | Diana Clarke | 2011-12-11 | 1 | -998/+1427 |
* | - The behavior of =/!= when comparing a scalar select | Mike Bayer | 2011-09-23 | 1 | -1/+1 |
* | - Fixed bug regarding calculation of "from" list | Mike Bayer | 2011-09-05 | 1 | -7/+0 |
* | - Fixed bug where query.join() + aliased=True | Mike Bayer | 2011-07-30 | 1 | -0/+112 |
* | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -12/+13 |
* | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -7/+7 |
* | - move _fixtures to work via the normal methods of _base.MappedTest, convert | Mike Bayer | 2011-03-26 | 1 | -5/+5 |
* | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -29/+69 |
* | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -37/+62 |
* | - Changed the underlying approach to query.count(). | Mike Bayer | 2011-03-09 | 1 | -0/+19 |
* | - Fixed bug regarding "subqueryload" strategy whereby | Mike Bayer | 2011-01-06 | 1 | -19/+86 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -122/+122 |
* | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -4/+4 |
|\ |
|
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -4/+4 |
* | | - merge 2-arg form of query.join(), [ticket:1923] | Mike Bayer | 2010-11-26 | 1 | -21/+24 |
* | | - merge reverse inheriting col order, [ticket:1892] | Mike Bayer | 2010-11-20 | 1 | -7/+37 |
|\ \ |
|
| * | | - the ordering of columns in a multi-column property now is in | Mike Bayer | 2010-11-20 | 1 | -7/+37 |
| |/ |
|
* | | - move LIMIT/OFFSET rendering to be as bind parameters, for all backends | Mike Bayer | 2010-08-29 | 1 | -3/+4 |
|/ |
|
* | help test with an order by | Mike Bayer | 2010-03-25 | 1 | -1/+1 |
* | - fix some final pathing stuff, we weren't getting all the loads in the | Mike Bayer | 2010-03-24 | 1 | -14/+27 |
* | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -20/+20 |
* | this version works with *all* the polymorphic scenarios by putting the subque... | Mike Bayer | 2010-03-24 | 1 | -6/+9 |
* | this one is unbelievable | Mike Bayer | 2010-03-23 | 1 | -1/+24 |
* | getting inheritance to work. some complex cases may have to fail for the tim... | Mike Bayer | 2010-03-23 | 1 | -3/+53 |
* | - added add_columns() to Query - pending deprecates add_column() | Mike Bayer | 2010-03-23 | 1 | -1/+2 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -19/+19 |
* | restore common_parent logic in correspoinds_to, fixes [ticket:1657] | Mike Bayer | 2010-01-15 | 1 | -0/+6 |
* | - replace the tip of the path info with the subclass mapper being used. | Mike Bayer | 2010-01-13 | 1 | -0/+26 |
* | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 1 | -12/+12 |
* | - unit test fixes | Mike Bayer | 2009-10-10 | 1 | -1/+2 |
* | merged r6357 of rel_0_5 branch | Mike Bayer | 2009-09-16 | 1 | -0/+198 |
* | - contains_eager() now works with the automatically | Mike Bayer | 2009-09-16 | 1 | -1/+1 |
* | - Inserting NULL into a primary key + foreign key column | Mike Bayer | 2009-08-31 | 1 | -1/+4 |
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -9/+10 |
* | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+1113 |