Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/plsql/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ def fetch_hash
end
end

# all_synonyms view is quite slow therefore
# this implementation is overriden in OCI connection with faster native OCI method
def describe_synonym(schema_name, synonym_name) # :nodoc:
select_first(
"SELECT table_owner, table_name FROM all_synonyms WHERE owner = :owner AND synonym_name = :synonym_name",
Expand Down