Re: [Modeling-users] Foreign Keys
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2003-07-25 16:24:51
|
Yannick Gingras <yan...@sa...> writes: > On July 25, 2003 11:48 am, Sebastien Bigaret wrote: > > Was this meaningful, or do you still think you need to be able to > > provide your own PKs? >=20 > I switched to raw SQL dump... >=20 > Easier faster... Okay. Just curious: the sql dump stores the sequences (support for PK generation) as well, or do you restore it by hand? Oh, well, and last note about this: PK generation is not completely portable; for example, on oracle & postgresql we use sequences, while the mysql adaptor uses a specific table. -- S=E9bastien. |