Skip to content

Commit 9e39394

Browse files
committed
version 0.0.2
1 parent 1177698 commit 9e39394

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HsqlDBembeddedOOo.oxt

-16 Bytes
Binary file not shown.

HsqlDBembeddedOOo/Driver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ def _getDataSourceName(self, url):
222222
return name
223223

224224
def _getDataSourceUrl(self, url, name):
225-
path = uno.fileUrlToSystemPath('%s%s%s/%s' % (url.Protocol, url.Path, name, name))
226-
location = '%s%s%s%s%s' % (g_protocol, url.Protocol, path, g_options, g_shutdown)
225+
format = (g_protocol, url.Protocol, url.Path, name, name, g_options, g_shutdown)
226+
location = '%s%s%s%s/%s%s%s' % format
227227
return location
228228

229229
def _getDataSourceClassPath(self):

0 commit comments

Comments
 (0)