Michael Bayer | 15 May 22:17

Re: SA with ORACLE connect


On May 15, 2008, at 3:53 PM, sbhatt wrote:

>
> Does anyone know how to write it using SA ?
>

CONNECT BY goes where things like ORDER BY and GROUP BY go, so is not  
going to work within the WHERE clause.  It is as of yet unsupported by  
the select() construct so you'd have to go with from_statement() for  
now.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To post to this group, send email to sqlalchemy <at> googlegroups.com
To unsubscribe from this group, send email to sqlalchemy-unsubscribe <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane