Re: [sqlalchemy] KeyError when adding objects using an association proxy

2012-06-19 Thread Stephan Hügel
On Tuesday, 19 June 2012 00:14:57 UTC+1, Michael Bayer wrote: > > At the very least I would need a full stack trace, exactly how you are > appending objects, and preferably the means to actually run it. Nothing > is obviously wrong.Can you distill your failure into a no-dependencies > .py

[sqlalchemy] Re: Bug: Inefficient query being generated by relationship, mixin class combo

2012-06-19 Thread Fayaz Yusuf Khan
Nice! Michael Bayer wrote: > This use case is not fully functional until version 0.8, in 0.7 and > earlier you'll see operations like join() and joinedload() failing to > alias the "user_hash=user_hash" clause correctly.See > http://www.sqlalchemy.org/trac/wiki/08Migration#Rewrittenrelationsh