Re: [SQLObject] Managing hierarchical data

2010-10-28 Thread Lutz Steinborn
On Thu, 28 Oct 2010 01:09:59 + (UTC) Mark wrote: > Is there a recommend way to deal with hierarchical data with SQLObject? > I think I'm going to simply keep track of my categories and their > hierarchy outside of SQLObject classes and then simply have all of my > objects contain a category

Re: [SQLObject] Managing hierarchical data

2010-10-28 Thread Oleg Broytman
On Thu, Oct 28, 2010 at 08:16:33PM +, Mark wrote: > I can easily set up the > tree in my python code and pickle it. My not so humble opinion on that is - don't do that. Use portable tools (portable between languages, I mean in this case). SQL is quite a portable tool; if your project event

Re: [SQLObject] Managing hierarchical data

2010-10-28 Thread Mark
Oleg Broytman phd.pp.ru> writes: > > On Thu, Oct 28, 2010 at 01:09:59AM +, Mark wrote: > > Is there a recommend way to deal with hierarchical data with SQLObject? > > I think I'm going to simply keep track of my categories and their > > hierarchy outside of SQLObject classes and then simply

Re: [SQLObject] Managing hierarchical data

2010-10-28 Thread Oleg Broytman
On Thu, Oct 28, 2010 at 01:09:59AM +, Mark wrote: > Is there a recommend way to deal with hierarchical data with SQLObject? > I think I'm going to simply keep track of my categories and their > hierarchy outside of SQLObject classes and then simply have all of my > objects contain a category