Hi, This question is already answered on StackOverflow: http://stackoverflow.com/questions/8237767/h2-db-runscript-error
The problem is the escaping: replace "\\;" with "\;" <property name="url" value="jdbc:h2:mem:test_db;INIT=CREATE SCHEMA IF NOT EXISTS test_db\;RUNSCRIPT FROM '~/sql/ populate.sql';DB_CLOSE_DELAY=-1" /> 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.
