Files
sqlalchemy/lib/sqlalchemy
Mike Bayer a5dfbeedb9 - Improved the behavior of aliased() objects such that they more
accurately adapt the expressions generated, which helps
particularly with self-referential comparisons. [ticket:1171]

- Fixed bug involving primaryjoin/secondaryjoin conditions
constructed from class-bound attributes (as often occurs
when using declarative), which later would be inappropriately
aliased by Query, particularly with the various EXISTS
based comparators.
2008-11-03 02:52:30 +00:00
..
2008-10-23 02:22:57 +00:00
2008-10-23 02:22:57 +00:00
2008-09-15 21:29:28 +00:00
2008-11-02 17:10:37 +00:00