Is there any support yet in SQLAlchemy for Common Table Expressions
e.g.

WITH foo(blurp, bletch) AS (SELECT bar*2, bletch from banana where
bletch > 3)
SELECT f.* FROM foo as f
where blurp > 1

I have not been following SA development for some months (due to a job
move) so I am not yet up to speed with the new yummy @compiles stuff
(which looks like it could certainly help with rolling my own support
for CTEs if it is not already in the core)

thanks,
pjjH

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