Re: Why doesn't EOF sort our PK problems itself ?
Re: Why doesn't EOF sort our PK problems itself ?
- Subject: Re: Why doesn't EOF sort our PK problems itself ?
- From: Mike Schrag <email@hidden>
- Date: Wed, 23 Jan 2008 16:53:08 -0500
Is MySQL the only db that has to use eo_pk_table?
Huh? how is selecting from a sequence different?
My assumption being that if you're using a db without auto_increment
columns, then everyone using the DB is using the sequence for pk
generation, so it's properly incrementing all the time ... I suppose
it's possible someone on PG might be using a DIFFERENT sequence than
the one that EOF is using by default, but you could add an attribute
userInfo entry to specify the name of the sequence to use as an easy
workaround for that. I suppose an app could be using PG and doing
their own "eo_pk_table" entirely, too. Maybe I'm just putting too much
faith in the "if you have a 'right' way to do it, you should use it"
of humanity.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden