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