Re: Question on DIH delta imports

2011-12-08 Thread Chris Hostetter
: *pk*: The primary key for the entity. It is*optional*and only needed when : using delta-imports. It has no relation to the uniqueKey defined in schema.xml : but they both can be the same. : : When using in a nested entity is the PK the primary key column of the join : table or the key used for

Re: Question on DIH delta imports

2011-12-06 Thread Mark
Anyone? On 12/5/11 11:04 AM, Mark wrote: *pk*: The primary key for the entity. It is*optional*and only needed when using delta-imports. It has no relation to the uniqueKey defined in schema.xml but they both can be the same. When using in a nested entity is the PK the primary key column of th

Question on DIH delta imports

2011-12-05 Thread Mark
*pk*: The primary key for the entity. It is*optional*and only needed when using delta-imports. It has no relation to the uniqueKey defined in schema.xml but they both can be the same. When using in a nested entity is the PK the primary key column of the join table or the key used for joining?