You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
I am running into issues with database files that are created with file paths based on user input. One example has a path with a directory in it that has a ; in it's name. Connecting to the database fails for obvious reasons. Is there a way to encode such paths to prevent issues like this?
Noel Grandin
unread,
Apr 6, 2020, 5:01:54 AM4/6/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
No, we have no encoding for stuff inside a "jdbc:h2:" URL. If you really really need this, you could create a custom filesystem extension using org.h2.store.fs.FilePath and then invent your own encoding.