Hello, I'm not sure but suppose that implementation of FullText.dropIndex should also remove an entry from FullTextSettings.indexes, because references to FullTextSettings are kept in a static variable.
During unit testing I got records in ft.rows referencing not existent records in ft.indexes, so my guess the reason is the above. By the way, why not have foreign key constraints with cascade delete on FT tables? It would make implementation of dropIndex and debugging much easier. Regards, Jacek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
