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

describe_table does not detect broken synonyms #26

Closed
bhenderson opened this issue Dec 12, 2012 · 1 comment
Closed

describe_table does not detect broken synonyms #26

bhenderson opened this issue Dec 12, 2012 · 1 comment

Comments

@bhenderson
Copy link

I'm not sure how to run the tests, but I believe it's looking for an actual oracle install, which I don't have.

The issue that I came across was that our database had a table renamed, but the synonym was not updated. When I tried doing a desc on the synonym in sqlplus I got an error (I believe the error was "circular synonym". The problem has been fixed, so I can't repro now), but our app would get stacklevel too deep.

The issue is in #describe_table https://github.com/kubo/ruby-oci8/blob/master/lib/oci8/metadata.rb#L2015

@kubo kubo closed this as completed in a47ee56 Dec 18, 2012
@kubo
Copy link
Owner

kubo commented Dec 18, 2012

Thank you for your report. I have fixed it.

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

No branches or pull requests

2 participants