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 at http://groups.google.com/group/h2-database?hl=en.
