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