Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-6717

EyeQL - 'limit' doesn't work with aggregated results

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 4.3.0
    • 4.2.1
    • None

    Description

      limit seems to be applied before grouping. In effect queries with both aggregation and limits produce broken results:

      select revisions 
      where date > 2016-10-18 and date < 2016-10-20
      group by file 
      return path, sum(linesAdded)
      limit 30

      Attachments

        1. screenshot-1.png
          143 kB
          Kamil Cichy

        Issue Links

          Activity

            People

              kcichy Kamil Cichy
              kcichy Kamil Cichy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: