Menu

#172 query Builder: add "sync columns with select" for group by

2015.05
closed
Anu
Evol (198)
1
2015-05-27
2014-01-25
PAscal
No

group by columns should be "sync with select columns" after each change on query

Discussion

  • PAscal

    PAscal - 2014-09-09

    group by
    should take all columns and functions/ operations
    that are not aggregate functions ( count, sum, avg, min, max )

    exemple:
    select 1, f(a), 'gg', count(*) from
    group by 1, f(a), 'gg'

     

    Last edit: PAscal 2015-01-10
  • PAscal

    PAscal - 2015-04-29
    • Milestone: Candidates --> 2015.05
     
  • Anu

    Anu - 2015-05-21
    • status: open --> accepted
    • assigned_to: Anu
     
  • Anu

    Anu - 2015-05-21
    • status: accepted --> commited
     
  • PAscal

    PAscal - 2015-05-24
    • status: commited --> tested
     
  • PAscal

    PAscal - 2015-05-27
    • status: tested --> closed
     

Log in to post a comment.