Hi, I found some unexpected behaviour when doing Alter Table Drop Column on tables that has Trigger.
When a column is dropped from a table H2 will, 1. Create new Trigger with Table names similar to TEMP_TABLE_2_0 2. Drops the Trigger for the original unaltered table I have a Trigger that keep tracks of when a table is last accessed, the behaviour above is causing the Trigger to record incorrect information. Is this behaviour by design? I don't mind dropping of the Trigger but the fact that it's passing table names like TEMP_TABLE_2_0 seems incorrect to me. Anthony -- 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.
