# File lib/sqlite3/database.rb, line 682
      def []=( key, value )
        ensure_aggregate!
        @context[ key ] = value
      end