15 May 22:17
Re: SA with ORACLE connect
From: Michael Bayer <mike_mp <at> zzzcomputing.com>
Subject: Re: SA with ORACLE connect
Newsgroups: gmane.comp.python.sqlalchemy.user
Date: 2008-05-15 20:17:17 GMT
Subject: Re: SA with ORACLE connect
Newsgroups: gmane.comp.python.sqlalchemy.user
Date: 2008-05-15 20:17:17 GMT
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 -~----------~----~----~----~------~----~------~--~---
RSS Feed