|
Andy Jefferson made changes - 10/Nov/05 03:53 PM
Now I'm seeing this FK error for datastore identity only for tests TestHashtableStringKeyCollections and TestTreeMapStringKeyCollections. schema.sql incorrectly assigned the primary key constraint to the IDENTIFIER column rather than the DATASTORE_IDENTITY column -- a cut and paste error. Fixed with revision 332395.
Michelle Caisse made changes - 11/Nov/05 08:40 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
It brings us on to the next issue which seems to be in the schema. It inserts the row in the main table HASHMAPSTRINGVALUE_COLLECTIONS, and then tries to insert into HASHMAP_BIG_DECIMAL45_STR and throws a FK error (the FK back to the owner object). Is the "IDENTIFIER" join table column being FK'd back to the main table "IDENTIFIER" column ?