Re: [sqlalchemy] Re: Association Proxy query reference ?

2016-02-23 Thread Mike Bayer
On 02/23/2016 06:47 AM, gio wrote: Hi thanks for your answer Without filter i did not expect any big difference between query(Keyword) or a hypothetical query(User.keywords) but I was thinking it will be nice to do something like this session.query(User.keywords).filter(User ==4)

[sqlalchemy] Re: Association Proxy query reference ?

2016-02-23 Thread gio
Hi thanks for your answer Without filter i did not expect any big difference between query(Keyword) or a hypothetical query(User.keywords) but I was thinking it will be nice to do something like this session. query(User.keywords).filter(User ==4) without joins.. My goal was to have a