Skip to content

Commit 92df917

Browse files
committed
git subrepo pull (merge) OAuth2OOo
subrepo: subdir: "OAuth2OOo" merged: "30d55ab" upstream: origin: "https://github.com/prrvchr/OAuth2OOo.git" branch: "master" commit: "b773fd0" git-subrepo: version: "0.4.0" origin: "https://github.com/ingydotnet/git-subrepo" commit: "5d6aba9"
1 parent 042cdd5 commit 92df917

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

OAuth2OOo/.gitrepo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[subrepo]
77
remote = https://github.com/prrvchr/OAuth2OOo.git
88
branch = master
9-
commit = 51a402221a095741445c17c81af20f2b8f4ccada
9+
commit = b773fd03ddea4e290ba181fe39174a32fc6f770c
1010
parent = ce504249253373158abd10d118ac0474c558fee1
1111
method = merge
1212
cmdver = 0.4.0

OAuth2OOo/OAuth2OOo.oxt

0 Bytes
Binary file not shown.

OAuth2OOo/python/database/dbtools.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ def executeQueries(ctx, statement, queries):
124124
query = getSqlQuery(ctx, name, format)
125125
statement.executeQuery(query)
126126

127+
def getDataSourceClassPath(ctx, identifier):
128+
path = getResourceLocation(ctx, identifier, g_path)
129+
return '%s/%s' % (path, g_jar)
130+
127131
def getDataSourceJavaInfo(location):
128132
info = {}
129133
info['JavaDriverClass'] = g_class

0 commit comments

Comments
 (0)