Fixed in head and branch. dlgIndexConstraint::GetSql() was hard-coded to "PRIMARY KEY" instead of wxString(typeList[objectType].typeName).Upper().
Cool, thanks. Did you get the frogfrog thing as well? I noticed that when adding a UNIQUE constraint from the table prop dialogue.
Regards, Dave.
Another possible thing you may have forgotten is dumping
ALTER TABLE foo CLUSTER ON blah;
statements for clustered indexes for 7.4
Chris
---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match