On Mar 15, 2007, at 12:23 PM, Julien Cigar wrote:

> it returns something like:
> (u'freshwater', 33, 1983, u'Vascular plants', u'Lemna minuta',  
> u'Minute
> duckweed')
> (u'terrestial', 39, 2006, u'Vascular plants', u'Lysichiton  
> americanus',
> u'American skunk cabbage')
> (u'freshwater', 39, 2006, u'Vascular plants', u'Lysichiton  
> americanus',
> u'American skunk cabbage')
>
> What I would like is:
> (u'freshwater', 33, 1983, u'Vascular plants', u'Lemna minuta',  
> u'Minute
> duckweed')
> (['terrestial', 'freshwater'], 39, 2006, u'Vascular plants',
> u'Lysichiton americanus', u'American skunk cabbage')
>
> I don't understand why it fails with func.array() ... any idea ?


no, i dont have much experience with PG arrays.  look at the SQL text  
the expression is generating, and compare that against literal SQL  
text that you know does what you want.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to