Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SID Oracle DB connection support #1079

Merged
merged 2 commits into from
Feb 29, 2016
Merged

SID Oracle DB connection support #1079

merged 2 commits into from
Feb 29, 2016

Conversation

bilevn
Copy link
Contributor

@bilevn bilevn commented Feb 25, 2016

There was only SERVICE_NAME Oracle DB connection type. This commit provides SID connection type as well.

@@ -28,8 +28,12 @@ def get_conn(self):
"""
conn = self.get_connection(self.oracle_conn_id)
dsn = conn.extra_dejson.get('dsn', None)
sid = conn.extra_dejson.get('sid', None)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indent looks off, is that a \t?

mistercrunch added a commit that referenced this pull request Feb 29, 2016
SID Oracle DB connection support
@mistercrunch mistercrunch merged commit 66f3a9b into apache:master Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants