Skip to content

Commit

Permalink
Rename _quote to quote
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda committed Nov 30, 2021
1 parent 1e63095 commit dc51934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def quote_string(s) # :nodoc:
s.gsub(/'/, "''")
end

def _quote(value) # :nodoc:
def quote(value) # :nodoc:
case value
when Type::OracleEnhanced::CharacterString::Data then
"'#{quote_string(value.to_s)}'"
Expand Down

0 comments on commit dc51934

Please sign in to comment.