Files
sqlalchemy/test/orm
Mike Bayer 2bd3c795cf - Column-entities (i.e. query(Foo.id)) copy their
state more fully when queries are derived from
themselves + a selectable (i.e. from_self(),
union(), etc.), so that join() and such have the
correct state to work from.  [ticket:1853]

- Fixed bug where Query.join() would fail if
querying a non-ORM column then joining without
an on clause when a FROM clause is already
present, now raises a checked exception the
same way it does when the clause is not
present.  [ticket:1853]
2010-07-15 09:59:17 -04:00
..
2010-03-25 00:36:17 -04:00
2010-01-19 00:53:12 +00:00
2010-07-07 10:20:43 -04:00
2009-08-06 21:11:27 +00:00