# File lib/jdbc_adapter/jdbc_sqlite3.rb, line 195
    def quote_string(str)
      str.gsub(/'/, "''")
    end