Thanks a bunch Michael, you really saved my day.
Keep up the very good work.
Thanks again.
Sebastien
Michael Bayer wrote:
> On Apr 18, 2007, at 11:43 AM, [EMAIL PROTECTED] wrote:
>
>
>> Hi Guys,
>>
>> I am trying to do this simple update query :
>>
>> s=select([table1.c.mo_id],and_
>> (table1.c.msisdn=="123",table2.c.mo_id==table1.c.mo_id))
>> s2=table2.update(table2.c.mo_id.in_(s),values={"Del":"tut"})
>>
>>
>
> theres a fix in r2515 which will apply the correlating behavior
> automatically.
>
>
> >
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---