summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/polymorph.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-304/+0
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-5/+5
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-12/+12
* *most* py3k warnings are resolved, with the exception of the various __setsli...Mike Bayer2008-12-181-1/+0
* - comparator_factory is accepted by all MapperProperty constructors. [ticket:...Mike Bayer2008-11-241-1/+1
* - fixed endless loop bug which could occurMike Bayer2008-08-041-0/+3
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-66/+50
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-118/+65
* - state.commit() and state.commit_all() now reconcile the current dict agains...Mike Bayer2008-03-011-13/+18
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-7/+7
* added more (failing) tests to query, will need to fix [ticket:932] [ticket:933]Mike Bayer2008-01-141-1/+0
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+6
* test suite deprecation rampageJason Kirtland2008-01-091-46/+52
* filter() criterion takes mapper equivalent_columns into account when it adapt...Mike Bayer2007-12-311-0/+4
* add a polymorphic get() testMike Bayer2007-11-191-0/+7
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-1/+1
* - fix for [ticket:712], more unit testsMike Bayer2007-08-041-7/+21
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+336