summaryrefslogtreecommitdiff
path: root/test/orm/inheritance/polymorph2.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-1107/+0
* - removed test.testing.ORMTest, test.fixtures, and allMike Bayer2009-06-021-20/+20
* - Fixed bug in relation(), introduced in 0.5.3,Mike Bayer2009-04-021-0/+45
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-44/+44
* - comparator_factory is accepted by all MapperProperty constructors. [ticket:...Mike Bayer2008-11-241-13/+13
* Global propigate -> propagate change to correct spelling. Additionally found ...Michael Trier2008-11-091-1/+1
* Corrected some ordering issues with tests.Michael Trier2008-11-021-1/+1
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-241-1/+1
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-1/+1
* - PropertyLoader.foreign_keys becomes privateMike Bayer2008-05-241-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-14/+14
* - merged sync_simplify branchMike Bayer2008-04-041-14/+6
* - merged with_polymorphic branch, which was merged with query_columns branchMike Bayer2008-03-291-8/+15
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - Fixed bug in polymorphic inheritance where incorrectMike Bayer2008-01-271-1/+49
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-1/+3
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-4/+4
* test suite deprecation rampageJason Kirtland2008-01-091-95/+101
* - fixed bug where Query would not apply a subquery to the SQL when LIMITMike Bayer2007-11-291-11/+63
* - rewrote and simplified the system used to "target" columns acrossMike Bayer2007-11-051-8/+0
* change the in_ API to accept a sequence or a selectable [ticket:750]Ants Aasma2007-10-161-1/+1
* - mapper compilation has been reorganized such that most compilationMike Bayer2007-09-021-1/+2
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-0/+1
* - fix for [ticket:712], more unit testsMike Bayer2007-08-041-2/+6
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-0/+957