Re: PK Generation in PostgreSQL 7.3 with WO 5.1
Re: PK Generation in PostgreSQL 7.3 with WO 5.1
- Subject: Re: PK Generation in PostgreSQL 7.3 with WO 5.1
- From: Tore Halset <email@hidden>
- Date: Fri, 21 Feb 2003 07:38:55 +0100
On fredag, feb 21, 2003, at 05:47 Europe/Oslo, MJE wrote:
Has anyone had any experience using WO 5.1 with PostgreSQL 7.3 on Mac
OS 10.2?
I'm having trouble when saving an editing context after inserting an
EOGenericRecord subclass (new record/object created programatically).
Are you using the PostgreSQL plugin? The plugin uses sequences for
pk-generation. I am not using that plugin and had to make a table
called EO_PK_TABLE for WO's default schema for pk-generation.
create table EO_PK_TABLE (NAME char(40) primary key, PK int);
- Tore.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.