D'oh, I ran the tests with version 1.4.199 the first time, they're still failing with 2.2.224, but I'm getting another error now (column names that are reserved words). I can probably fix that.
Anyway, thanks for your help. On Wed, Oct 25, 2023 at 3:45 PM Knut Skomedal <[email protected]> wrote: > > Thanks, changing the user in the JdbcDataSource definition solved the > problem. My tests are now running. > > With regards, > > Knut > > > On Wed, Oct 25, 2023 at 3:10 PM Noel Grandin <[email protected]> wrote: > > > > I think it's because you are using a username of "PUBLIC", which conflicts > > with something we have changed (not sure what). > > > > "PUBLIC" is the name of the default schema and the default role, so it is > > no surprise that it conflicts. > > > > Probably we should be throwing a better error message in that case. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/CAGoHhQ-8YLEj7jFqSmTwgeCAKc9M13KsKC86x%2B%3DyotZdewT09Q%40mail.gmail.com.
