Hi, > This issue brought the idea of a feature request. > It would be great if INFORMATION_SCHEMA would have a table called > TRANSACTIONS > that would list all currently open transactions. That table would help > identifying the kind of problems I had.
Why can't you use INFORMATION_SCHEMA.LOCKS? There is also INFORMATION_SCHEMA.SESSIONS, which lists currently running statements. I'm not against adding a feature request, I'm just now sure if it is really required. 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 h2-datab...@googlegroups.com. To unsubscribe from this group, send email to h2-database+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.