We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11c4d58 + d7692f9 commit 29244f3Copy full SHA for 29244f3
1 file changed
lib/plsql/connection.rb
@@ -179,8 +179,6 @@ def fetch_hash
179
end
180
181
182
- # all_synonyms view is quite slow therefore
183
- # this implementation is overriden in OCI connection with faster native OCI method
184
def describe_synonym(schema_name, synonym_name) # :nodoc:
185
select_first(
186
"SELECT table_owner, table_name FROM all_synonyms WHERE owner = :owner AND synonym_name = :synonym_name",
0 commit comments