# File lib/active_record/connection_adapters/sqlite_adapter.rb, line 160
      def quote_string(s)
        @connection.class.quote(s)
      end