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