Skip to content

Commit 29244f3

Browse files
authored
Merge pull request rsim#283 from yahonda/fix-describe-synonym-comment
Drop stale describe_synonym comment
2 parents 11c4d58 + d7692f9 commit 29244f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/plsql/connection.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ def fetch_hash
179179
end
180180
end
181181

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

0 commit comments

Comments
 (0)