Just to add I previously deleted the schema with DROP SCHEMA IF EXISTS "test_schema" CASCADE
I believe the CASCADE was introduced in 1.4.197 so probably it related to the issue? On Wednesday, 28 March 2018 21:30:49 UTC+1, Pedro Almeida wrote: > > Hello, > > Using H2 1.4.197 and I cant connect to a specific database anymore. > At load it tries to run and fails: > > Schema "test_schema" not found; SQL statement: > [2018-03-28 21:23:27] GRANT SELECT ON SCHEMA "test_schema" TO "ULTRIX" [ > 90079-197] > > Any workaround for me to connect? > > Is there any way to clean this command at load? > > Pedro > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
