summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-161-2136/+0
* follow the pattern set earlier in the testsDiana Clarke2011-12-111-35/+13
* whitespace passDiana Clarke2011-12-111-998/+1427
* - The behavior of =/!= when comparing a scalar selectMike Bayer2011-09-231-1/+1
* - Fixed bug regarding calculation of "from" listMike Bayer2011-09-051-7/+0
* - Fixed bug where query.join() + aliased=TrueMike Bayer2011-07-301-0/+112
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-12/+13
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-7/+7
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-5/+5
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-29/+69
* blow away some globals in the search for what makes resolve_artifact_names fa...Mike Bayer2011-03-161-37/+62
* - Changed the underlying approach to query.count().Mike Bayer2011-03-091-0/+19
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2011-01-061-19/+86
* - whitespace removal bonanzaMike Bayer2011-01-021-122/+122
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | - merge 2-arg form of query.join(), [ticket:1923]Mike Bayer2010-11-261-21/+24
* | - merge reverse inheriting col order, [ticket:1892]Mike Bayer2010-11-201-7/+37
|\ \
| * | - the ordering of columns in a multi-column property now is inMike Bayer2010-11-201-7/+37
| |/
* | - move LIMIT/OFFSET rendering to be as bind parameters, for all backendsMike Bayer2010-08-291-3/+4
|/
* help test with an order byMike Bayer2010-03-251-1/+1
* - fix some final pathing stuff, we weren't getting all the loads in theMike Bayer2010-03-241-14/+27
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-20/+20
* this version works with *all* the polymorphic scenarios by putting the subque...Mike Bayer2010-03-241-6/+9
* this one is unbelievableMike Bayer2010-03-231-1/+24
* getting inheritance to work. some complex cases may have to fail for the tim...Mike Bayer2010-03-231-3/+53
* - added add_columns() to Query - pending deprecates add_column()Mike Bayer2010-03-231-1/+2
* - The official name for the relation() function is nowMike Bayer2010-03-171-19/+19
* restore common_parent logic in correspoinds_to, fixes [ticket:1657]Mike Bayer2010-01-151-0/+6
* - replace the tip of the path info with the subclass mapper being used.Mike Bayer2010-01-131-0/+26
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-12/+12
* - unit test fixesMike Bayer2009-10-101-1/+2
* merged r6357 of rel_0_5 branchMike Bayer2009-09-161-0/+198
* - contains_eager() now works with the automaticallyMike Bayer2009-09-161-1/+1
* - Inserting NULL into a primary key + foreign key columnMike Bayer2009-08-311-1/+4
* merge 0.6 series to trunk.Mike Bayer2009-08-061-9/+10
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1113