On Jul 8, 2008, at 9:18 AM, Julien Cigar wrote:

>
> Hello,
>
> Any idea why with the following code http://pastebin.com/f6d20e657  
> when
> I do the q_specimen.join(q_measurements).select() at then end all the
> fields from specimen_fields are selected _except_ the  
> text(specimen_url)
> column ?
>
> The SQLAlchemy generated SQL can be found on
> http://pastebin.com/f7c1a75e1 (as you can see my text clause isn't
> selected in the first select)

try using a straight string for that (i.e. no text()), when select()  
gets it in the columns clause, I believe it converts it to  
"literal_column()".


--~--~---------~--~----~------------~-------~--~----~
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