I am trying to create a h2 driver for a large multi-user postgres application. This application makes a lot of temp tables, creating them and dropping them all the time for searches, updates, and audit trails (via triggers). I have run into a problem where I need to drop and recreate a temp table (the structure might be different). Can a temp table be dropped in H2 without committing the current open transaction?
second question, if one connection/transaction creates a local temp table called T for its use, can a second connection/transaction create another local temp table by the same name? Thanks in advance for any help. -- 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.
