On Tuesday 28 November 2006 19:45, Oleg Broytmann wrote: > On Tue, Nov 28, 2006 at 06:41:50PM +0100, Diez B. Roggisch wrote: > > So - it seem _init is called on reloading the object as well, not only on > > creation time. Any suggestions? > > _create()
Finally, I tried it today - and it worked great. So - any chance this gets documented somewhere? I really think the sqlobject-docs are lacking, and to me that is the greatest hurdle of all. I'm not afraid to step into code, but the problem is: if I don't know what to look for in there, things get difficult. It would be great for example to have some best-practices gathered - like self-refering objects, objects with several relations to the same other object (e.g. user + two kinds of addresses) and so on. I really prefer SO over sqlalchemy, because it gets me an easier start, and I prefer to have ORM instead of classic SQL with just a layer glued on top. And SO does a good job so far. So I'd like to see it improve in quality, and am willing to step in. Is there a wiki for example? Diez ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
