Ehem (embarrassed), how do I access CVS? Franz > -----Urspr�ngliche Nachricht----- > Von: Chuck Esterbrook [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 27. Juni 2001 16:14 > An: [EMAIL PROTECTED]; Webware-discuss > Betreff: Re: [Webware-discuss] MiddleKit: Something wrong with list of > <Object>? > > > At 02:33 PM 6/27/2001 +0200, F. GEIGER wrote: > >Is this behavior as expected? > > No, it doesn't right. I would say: > > - Try Webware CVS first > - Next, try to write a standalone program that recreates your > program so we > can look at it. I'm not sure where your additional SiOrderItems > are coming > from. Like how they were created. > > #!/usr/bin/env python > from MiddleKit.Run.MySQLObjectStore import MySQLObjectStore > store = MySQLObjectStore() > import SiOrder > o = SiOrder() > store.addObject(o) > store.saveChanges() > > > You get the idea. > > -Chuck > > _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/webware-discuss
