Can someone tell me how you would use cte() differently then subquery(), or 
when you would use one over the other. I got my self in some trouble today 
when i used a cte() which worked with SA 0.8.3 , but failed on production 
which runs SA 0.8.0.

It would seem that subquery() is just like ctr() but it aliases for you 
automatically. Just thought id if there is a real reason to use one over 
the other, or if cte() is kinda just an internal building block for 
creating a subquery()

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to