Files
sqlalchemy/test
Mike Bayer 03523970d9 - Fixed bug that would prevent "subqueryload" from
working correctly with single table inheritance
    for a relationship from a subclass - the "where
    type in (x, y, z)" only gets placed on the inside,
    instead of repeatedly.

  - When using from_self() with single table inheritance,
    the "where type in (x, y, z)" is placed on the outside
    of the query only, instead of repeatedly.   May make
    some more adjustments to this.
2010-09-13 22:55:54 -04:00
..
2010-09-03 15:29:32 -04:00
2010-07-11 13:41:38 -04:00
2010-04-17 06:44:44 -04:00
2010-09-12 19:24:40 -04:00