Re: [sqlalchemy] Association proxy to plain @property

2018-02-27 Thread Mike Bayer
we can try to support it :) if it works for now, just keep it and I'll try to make sure in 1.3 where I'm doing https://bitbucket.org/zzzeek/sqlalchemy/issues/3423/associationproxy-needs-to-act-more-like-a that it still works. the changes in #3423 should make the AP act a lot more nicely if I can

[sqlalchemy] Association proxy to plain @property

2018-02-27 Thread Derek Lambert
Michael (or anyone listening), In my example code in #4202 (https://bitbucket.org/zzzeek/sqlalchemy/issues/4202/associationproxy-no-longer-resolved-to) you mentioned the assocaition proxy to the plain members @property is probably not a supported pattern. It's working in my code, but I'd pref

Re: [sqlalchemy] InstanceState dirty but will not flush

2018-02-27 Thread Cecil Rock
Mike, We've upgraded to that latest and greatest SQLAlchemy, did some instrumentation and confirmed we were getting bit in _fast_discard. Thank you for your very prompt responses, we really appreciate your help. Cecil Rock On Mon, Feb 26, 2018 at 6:23 PM, Mike Bayer wrote: > On Mon, Feb 26, 2

[sqlalchemy] SET REMOTE_PROC_TRANSACTIONS OFF

2018-02-27 Thread eugene . deneb
Hello everyone! How to setup this option in engine? P.S. I use Flask-SQLAlchemy. But I'm sure that if you help configure it in SQLAlchemy, I can already configure it in Flask-SQLAlchemy. -- SQLA