Hello, i'm trying to update my h2-database via jdbc-connection and the RunScript-Tool. If an SQL-Exception occurs, the database should roll back. This works only if any of the statements before the one which throws the Exception is a dml-statement. It seems that ddl-statements are out of the transaction and couldn't be rolled back.
-- 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.
