[sqlalchemy] Hierarchical queries with pgsql = 8.4.0

2010-05-26 Thread Mariano Mara
Hi everyone. I have been working in a little class that brings support for with recursive idiom in my project. Actually the part it supports for the moment are the necessary bits to generate hierarchical data (I thought somebody might find it useful too so I added it as a recipe in the wiki[1]).

Re: [sqlalchemy] Hierarchical queries with pgsql = 8.4.0

2010-05-26 Thread Michael Bayer
On May 26, 2010, at 11:47 AM, Mariano Mara wrote: Hi everyone. I have been working in a little class that brings support for with recursive idiom in my project. Actually the part it supports for the moment are the necessary bits to generate hierarchical data (I thought somebody might find

Re: [sqlalchemy] Hierarchical queries with pgsql = 8.4.0

2010-05-26 Thread Mariano Mara
Excerpts from Michael Bayer's message of Wed May 26 13:23:01 -0300 2010: On May 26, 2010, at 11:47 AM, Mariano Mara wrote: Hi everyone. I have been working in a little class that brings support for with recursive idiom in my project. Actually the part it supports for the moment are the