[sqlalchemy] WITH RECURSIVE and ORM

2010-06-27 Thread Ergo
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

Re: [sqlalchemy] WITH RECURSIVE and ORM

2010-06-27 Thread Michael Bayer
On Jun 27, 2010, at 1:11 PM, Ergo wrote: 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

Re: [sqlalchemy] WITH RECURSIVE and ORM

2010-06-27 Thread Mariano Mara
Excerpts from Ergo's message of Sun Jun 27 14:11:58 -0300 2010: 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,