# File lib/active_record/connection_adapters/oci_adapter.rb, line 102
        def quote_string(string)
          string.gsub(/'/, "''")
        end