https://bugs.documentfoundation.org/show_bug.cgi?id=167915
--- Comment #1 from [email protected] --- Well, it seems easy to get around this problem: When deleting a foreign key, the dropByName() method is called by Base in the container managing the indexes (i.e., css.sdbcx.IndexContainer). So you just need to check if a foreign key with the same name exists in the key container (i.e. css.sdbcx.KeyContainer) and if so, use this key container to perform the drop (i.e. call dropByName on this container). I'm still surprised that Base doesn't make this choice beforehand and that we're forced to perform this check. Now, I don't know much about using the SDBC API. -- You are receiving this mail because: You are the assignee for the bug.
