Re: sqlobject issue/question...

2007-12-29 Thread Istvan Albert
On Dec 28, 11:27 pm, "bruce" <[EMAIL PROTECTED]> wrote: > i'm playing around, researching sqlobject, and i notice that it appears to > require the use of "id" in each tbl it handles in the database. > is there a way to overide this function/behavior... there better be such way. An ORM that does

Re: sqlobject issue/question...

2007-12-29 Thread Diez B. Roggisch
bruce schrieb: > hi > > i'm playing around, researching sqlobject, and i notice that it appears to > require the use of "id" in each tbl it handles in the database. > > if i already have a db schema, and it doesn't use 'id' as an auto-generated > field, does that mean that i can't use/impleme

Re: sqlobject issue/question...

2007-12-29 Thread DarkBlue
On Dec 29, 12:27 pm, "bruce" <[EMAIL PROTECTED]> wrote: > hi > > i'm playing around, researching sqlobject, and i notice that it appears to > require the use of "id" in each tbl it handles in the database. > > if i already have a db schema, and it doesn't use 'id' as an auto-generated > field,

sqlobject issue/question...

2007-12-28 Thread bruce
hi i'm playing around, researching sqlobject, and i notice that it appears to require the use of "id" in each tbl it handles in the database. if i already have a db schema, and it doesn't use 'id' as an auto-generated field, does that mean that i can't use/implement sqlobject. is there a way