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 schema dumping when the view has spaces in it #10

Open
barendt opened this issue Oct 10, 2018 · 0 comments
Open

Fix schema dumping when the view has spaces in it #10

barendt opened this issue Oct 10, 2018 · 0 comments

Comments

@barendt
Copy link
Member

barendt commented Oct 10, 2018

When the name of a view has spaces in it, the oracle_identifier method in Scenic::Adapters::OracleEnhanced::Views will quote the view's name such that the indexes method of the Oracle Enhanced Adapter won't work properly.

Solving this will require looking at all of the places where the name of the new Scenic::View object is used to determine if, and how, it should be quoted.

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

1 participant