https://issues.apache.org/ooo/show_bug.cgi?id=122152
--- Comment #2 from hanya <[email protected]> --- Both HSQLDB 1.8 and 2.3 use the way that described in Comment 1 to convert the URL to internal path. When jdbc:hsqldb:file:... URL is passed to the connect method, S_FILE (file:) type is chosen. If no type can be found, S_FILE is chosen, for such as system path. So the work around is to use URL such as jsbc:hsqldb:system path. This seems mismatch among JDBC specification, JDBCDriver, and hsqldb. I tried to check the spec about JDBC but it can not be reached at that time. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
