There was a bug discussed recently about connecting to H2 with 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 that H2's default schema is actually 
"public"--go to the H2 console, 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?
If not I'll try to push it tomorrow.
Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to