Re: sqlobject question...

2007-12-30 Thread Markus Gritsch
Hi, you should ask SQLObject related questions better at "SQLObject discussion" <[EMAIL PROTECTED]> Oleg Broytman and others are very helpful there. Markus -- http://mail.python.org/mailman/listinfo/python-list

Re: sqlobject question...

2007-12-29 Thread Matt Nordhoff
bruce wrote: > hi... > > this continues my investigation of python/sqlobject, as it relates to the > need to have an id, which is auto-generated. > > per various sites/docs on sqlobject, it appears that you can override the > id, by doing something similar to the following: > > def foo(SQLObject

sqlobject question...

2007-12-29 Thread bruce
hi... this continues my investigation of python/sqlobject, as it relates to the need to have an id, which is auto-generated. per various sites/docs on sqlobject, it appears that you can override the id, by doing something similar to the following: def foo(SQLObject): def _init(self, id, conn