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
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
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