# File lib/data_objects/quoting.rb, line 66
    def quote_string(value)
      "'#{value.gsub("'", "''")}'"
    end