Hi,

>From what I can tell sqla (version 0.4) doesn't support this? I know I
can access 'statement' from a Query object, but I'm using a select
object. I'm trying to do this because I'm trying to create a view
table like this

eng.execute("CREATE VIEW foobar AS %s" % someselect.compile(eng))

My select though is still returning what looks like a prepared
statement.

Are there any tricks in sqla that will allow me to do this ?

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


Reply via email to