On 10/14/11 18:01, Michael Bayer wrote:
> On Oct 14, 2011, at 10:56 AM, Burak Arslan wrote:
>
>> On 10/14/11 06:40, Michael Bayer wrote:
>>> its a little awkward but if you use bindparam() in the inner select,
>>> query.params() can access those parameters just fine, you'd just need to
>>> use it
On Oct 14, 2011, at 10:56 AM, Burak Arslan wrote:
> On 10/14/11 06:40, Michael Bayer wrote:
>> its a little awkward but if you use bindparam() in the inner select,
>> query.params() can access those parameters just fine, you'd just need to use
>> it in all cases.
>>
>> there's some related exa
On 10/14/11 06:40, Michael Bayer wrote:
> its a little awkward but if you use bindparam() in the inner select,
> query.params() can access those parameters just fine, you'd just need to use
> it in all cases.
>
> there's some related example of doing this with a relationship at
> http://www.sqla
its a little awkward but if you use bindparam() in the inner select,
query.params() can access those parameters just fine, you'd just need to use it
in all cases.
there's some related example of doing this with a relationship at
http://www.sqlalchemy.org/trac/wiki/UsageRecipes/GlobalFilter .