I didn't understand what you meant, but I did commit this since then. Actually the schema is PUBLIC, not public (DatabaseMetaData seems to care).
------------------------------------- nejsum<[email protected]> wrote: On Aug 16, 4:47 am, Naftoli Gugenheim <[email protected]> wrote: > There was a bug discussed recently about connecting toH2with a username and > not being able to schemify, caused by the schema defaulting to the username, > a schema that does not exist. I just learned thatH2'sdefault schema is > actually "public"--go to theH2console, create table public.bar ..., you'll > see it on the top level. > So could someone copy the line from PostgreSqlDriver in > lift-mapper/src/main/scala/net/liftweb/mapper/Driver.scala that sets the > schema to public into H2Driver? I don't think this ever made it into the H2 diver? /Jeppe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
