Hi Thomas,
Yes I like your ideas.
I like your idea about the JDBC url with slashes.
For example:
 jdbc:h2:~/data.db/ (will create a file named "data.db")

Does this mean thru the url one would be able to customize like this:
 jdbc:h2:~/data.epdb/ (will create a file named "data.epdb")
If that is the case, that is exactly what I am looking for, you got
it!!!!!!

And yes, currently the "data.h2.db" is unpleasant to Windows users,
and changing it to "data.h2db" is much, much better.
The two dots is too much. One dot should be the way.

I see that you say it is low-priority, I can understand that there are
more important issues,
but I hope you will due this in some future release.

Thanks for your response, I really appreciate it Thomas !!!

P.



On May 8, 1:33 am, Thomas Mueller <[email protected]>
wrote:
> Hi,
>
> I understand. I think by default databases should have a suffix
> (currently it's .h2.db). I understand in some cases this should be a
> different suffix. What about an escape mechanism? For example, if the
> database ends with a slash, then the regular suffix is not used.
> Examples:
>
> jdbc:h2:~/data (will create a file named "data.h2.db")
> jdbc:h2:~/data.db/ (will create a file named "data.db")
> jdbc:h2:~/data/ (will create a file named "data")
>
> Other ideas are welcome.
>
> Currently the default suffix is ".h2.db". It would be better if the
> suffix has only one dot by default. What about .h2db? I will add a
> feature request. However, for backward compatibility, I don't plan to
> change it in the near future.
>
> So I will add two feature requests:
>
> - Database file name suffix: a way to use no or a different suffix
> (for example using a slash).
> - Database file name suffix: should only have one dot by default. Example: 
> .h2db
>
> For me this is low priority. If you want to provide a patch you are welcome.
>
> Regards,
> Thomas
>
> --
> You received this message because you are subscribed to the Google Groups "H2 
> Database" 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 
> athttp://groups.google.com/group/h2-database?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" 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/h2-database?hl=en.

Reply via email to