I just sent you a private email with a link to the file. Let me know you received it.
On Thu, Jul 9, 2015 at 9:04 AM, Thomas Mueller <[email protected] > wrote: > Hi, > > Adding "c:" to the start of the file specification worked. That is a >> change from the old 1.2 behavior? >> > > Yes. The problem was that many people used non-absolute paths by mistake, > for example "jdbc:h2:test", then started the process that opens the > database with different working directories (for example the H2 Console > from /programs/h2, and their application from /programs/acme), and so got > multiple databases (one file /programs/h2/test.h2.db, one file > /programs/acme/test.h2.db). > > Regards, > Thomas > > -- > You received this message because you are subscribed to a topic in the > Google Groups "H2 Database" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/h2-database/22DUq84Pp9Y/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
