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