Hi,

Currently, creating and dropping tables commits the transaction. There
is one exception: when creating a temp table, the transaction is not
committed if you use the keyword "transactional":

http://h2database.com/html/grammar.html#create_table

> 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?

For local temp tables: yes.

Regards,
Thomas

-- 
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.

Reply via email to