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