[sqlalchemy] Re: self referencing column

2010-08-27 Thread waugust
Hmmm... can't seem to pickle WSGI functions in Pylons...we'll have to take it to the Pylons bored :) On Aug 26, 10:37 pm, Wojtek Augustynski waugustyn...@gmail.com wrote: Thanks, though! :) Don't suppose you would have an idea on how I could store a procedure? :) the actions to which I'm

[sqlalchemy] Re: self referencing column

2010-08-26 Thread waugust
I'm guessing that the answer would be as at: http://www.sqlalchemy.org/trac/wiki/UsageRecipes/DeclarativeSelfReferencingTable ? On Aug 26, 8:02 pm, waugust waugustyn...@gmail.com wrote: I've been looking through the documentation and I could have sworn I saw it before but It seem I can't find

Re: [sqlalchemy] Re: self referencing column

2010-08-26 Thread Alexandre Conrad
This is the documentation for self referential mapper: http://www.sqlalchemy.org/docs/mappers.html#adjacency-list-relationships I guess you have found the recipes for doing it the declarative way. 2010/8/26 waugust waugustyn...@gmail.com: I'm guessing that the answer would be as at:

Re: [sqlalchemy] Re: self referencing column

2010-08-26 Thread Wojtek Augustynski
Thanks, though! :) Don't suppose you would have an idea on how I could store a procedure? :) the actions to which I'm pertaining I envisioned as controller actions (Pylons) that I could define an associate with an execution flow... (don't know if that makes sense)... I was thinking of just