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