Hide
original bugid: #4943
Fine, if it would recreate the table then (to reflect the changes in the XML), but it doesn't.
Perhaps this is related to not being able to write the XML or so, but in any case, leaving the system with a removed table on an active builder seems very undesirable.
I did this on the email builder (changing the owner in typedef e.g.) in which normally are no nodes. After that the this disappeared.....
The bug was in SQL92DatabaseStorage, which maintains a list of existintTables, which was not updated on a drop table.
Show
original bugid: #4943
Fine, if it would recreate the table then (to reflect the changes in the XML), but it doesn't.
Perhaps this is related to not being able to write the XML or so, but in any case, leaving the system with a removed table on an active builder seems very undesirable.
I did this on the email builder (changing the owner in typedef e.g.) in which normally are no nodes. After that the this disappeared.....
The bug was in SQL92DatabaseStorage, which maintains a list of existintTables, which was not updated on a drop table.
Fine, if it would recreate the table then (to reflect the changes in the XML), but it doesn't.
Perhaps this is related to not being able to write the XML or so, but in any case, leaving the system with a removed table on an active builder seems very undesirable.
I did this on the email builder (changing the owner in typedef e.g.) in which normally are no nodes. After that the this disappeared.....