Files
sqlalchemy/test
Mike Bayer 1de9012573 - annotations store 'parententity' as well as 'parentmapper'
- ORMAdapter filters all replacements against a non-compatible 'parentmapper' annotation
- Other filterings, like
query(A).join(A.bs).filter(B.foo=='bar'), were erroneously
adapting "B.foo" as though it were an "A".
2009-02-13 18:08:40 +00:00
..
2009-01-17 19:28:46 +00:00
2009-01-06 18:19:59 +00:00