You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When the name of a view has spaces in it, the
oracle_identifier
method inScenic::Adapters::OracleEnhanced::Views
will quote the view's name such that theindexes
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 newScenic::View
object is used to determine if, and how, it should be quoted.The text was updated successfully, but these errors were encountered: