The order needs to be changed when deleting an object that has array properties - the array properties should be deleted first
Description
Need to make it so array properties are deleted before primary key objects. Without this it makes it more difficult to create primary key -> foreign key relationships (whehn you delete you get a constraint error).
Environment
None
Activity
Show:
Justin Carter
October 21, 2015 at 5:00 AM
FK relationships still remain unsupported, we can revisit if it becomes a critial issue.
Geoff Bowers
November 3, 2013 at 10:48 AM
This may have been corrected in the dbgateway rewrite for 6.1 – can anyone confiirm and close?
Need to make it so array properties are deleted before primary key objects. Without this it makes it more difficult to create primary key -> foreign key relationships (whehn you delete you get a constraint error).