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