PMACS / scenic_oracle_enhanced_adapter

OracleEnhanced adapter for Scenic gem.
MIT License
5 stars 2 forks source link

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

Open barendt opened 6 years ago

barendt commented 6 years ago

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.