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