Hello, I'm looking for a way to execute a recursive query and get ORM instances with it.
http://www.postgresql.org/docs/8.4/interactive/queries-with.html I know we don't have any direct support for recursive syntax in SA, but is there a way to execure arbitrary query that would return all the data to build ORM objects and use those objects later ? -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
