summaryrefslogtreecommitdiff
path: root/test/orm/inheritance
Commit message (Expand)AuthorAgeFilesLines
...
* | add autoincrements here hopefully fixing oracle testMike Bayer2012-03-141-4/+8
* | - expand the check to determine if a selectable column is embeddedMike Bayer2012-02-291-3/+64
* | remove the "produce test" approach from the polymorphic_rel tests,Mike Bayer2012-02-282-1520/+1609
* | - fix some unclear phrases in query regarding polymorphic,Mike Bayer2012-02-164-1308/+1872
* | modify these tests to ensure the CASE output is being used fullyMike Bayer2012-02-141-16/+22
|/
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-0/+32
* - rework the test suite to make use of SkipTest for tests skipped, unsupporte...Mike Bayer2012-01-221-2/+2
* follow the pattern set earlier in the testsDiana Clarke2011-12-111-35/+13
* whitespace passDiana Clarke2011-12-111-998/+1427
* add autoincrement directive for oracleMike Bayer2011-12-091-2/+4
* - Standalone expressions in polymorphic_onMike Bayer2011-12-091-2/+50
* - [feature] polymorphic_on now accepts manyMike Bayer2011-12-091-18/+145
* - [bug] Calls to query.join() to a single-tableMike Bayer2011-12-031-2/+49
* - 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
* - Added the same "columns-only" check toMike Bayer2011-06-081-0/+13
* - polymorphic_union() gets a "cast_nulls" option,Mike Bayer2011-05-121-1/+57
* - Changed the handling in determination of joinMike Bayer2011-05-071-13/+63
* - mapper() will ignore non-configured foreign keysMike Bayer2011-05-071-0/+83
* - Fixed bug where determination of "self referential"Mike Bayer2011-05-071-0/+119
* random cleanupMike Bayer2011-05-041-12/+32
* update warnings per zxjdbcPhilip Jenvey2011-04-231-1/+1
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-275-4/+11
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-2713-108/+112
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-274-27/+29
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-267-23/+23
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-264-71/+253
* 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
* - Also emits the correct WHERE criterionMike Bayer2011-02-021-3/+19
* - Fixed bug where "middle" class in a polymorphic hierarchyMike Bayer2011-02-021-1/+44
* - A warning is emitted when a joined-table inheriting mapperMike Bayer2011-01-301-0/+43
* - Fixed bug regarding "subqueryload" strategy wherebyMike Bayer2011-01-061-19/+86
* - whitespace removal bonanzaMike Bayer2011-01-028-284/+284
* - inliningsMike Bayer2010-12-161-1/+1
* callcount destructo engageMike Bayer2010-12-091-15/+28
* oracle fixesMike Bayer2010-12-061-7/+14
* - merge default tipMike Bayer2010-12-051-10/+19
|\
| * - Backport of "optimized get" fix from 0.7,Mike Bayer2010-12-041-9/+121
| * - Query.get() will raise if the number of paramsMike Bayer2010-11-281-1/+1
* | - move topological, queue into utilMike Bayer2010-12-055-5/+4
* | - added strictness to the optimized load, [ticket:1992]Mike Bayer2010-12-031-7/+109
* | merge backoutMike Bayer2010-11-281-1/+0
|\ \
| * | after some usage, its clear that [ticket:1974] should not be implemented. b...Mike Bayer2010-11-281-1/+0
* | | - mappers can be created against select() constructs, or others,Mike Bayer2010-11-281-1/+1
* | | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-2813-33/+33
|\ \ \ | |/ / |/| |
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-1513-33/+33
| |/
* | - cascade_backrefs flag on relationship() now set to False by default.Mike Bayer2010-11-281-0/+1
* | - push polymorphic_on not recognized warning to an exception, [ticket:1875]Mike Bayer2010-11-281-2/+2