On Tuesday, 10 December 2013 03:29:48 UTC-5, Matthew Pounsett wrote:
>
>
>
> On Tuesday, 10 December 2013 01:00:51 UTC-5, Michael Bayer wrote:
>>
>> that’s a little strange but you can get around it using CAST: 
>>
>> match = session.query(MyTable).\ 
>>         filter(MyTable.myset == cast(z, ARRAY(String))).\ 
>>         all() 
>>
>
> Unfortunately, that doesn't work.  
>

In case this is a version issue, I should note I'm using 0.7.8, which is 
only a little bit behind what is currently shipping for FreeBSD (0.7.10). 
 Running under Python 2.7.3 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to