On Tuesday, April 16, 2013 6:58:15 PM UTC+2, Michael Bayer wrote:

> You need to use the cast() function here to do an explicit cast on the SQL 
> side. array([cast(node.id, BigInteger)]).  The "type_" argument in most 
> other cases only describes the type on the Python side. 
>
>
Thanks a lot, that fixed it for me. I was already working with the cast() 
before I found array and couldn't get it to work. I just never had the idea 
to combine those two. 

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to