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

fix(oracle): support connection using oracle connection string #9435

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

gforsyth
Copy link
Member

We were missing the parsing part of parsing the connection string.
I also added an oracle-specific test to make sure this gets hit.

Resolves #9428

@gforsyth gforsyth added oracle The Oracle backend labels Jun 24, 2024
@cpcloud cpcloud added this to the 9.2 milestone Jun 24, 2024
@cpcloud cpcloud added the bug Incorrect behavior inside of ibis label Jun 24, 2024
@cpcloud cpcloud enabled auto-merge (squash) June 24, 2024 16:09
@cpcloud cpcloud merged commit f3cd8b2 into ibis-project:main Jun 24, 2024
82 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis oracle The Oracle backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Using connection string using **Oracle** throws AttributeError: 'str' object has no attribute 'username'
2 participants