catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

GROUP BY mutiple columns #191

Closed mrsoto closed 8 years ago

mrsoto commented 9 years ago

The group by only support 1 column, array desired .

catfan commented 8 years ago

It's now supported.

mrsoto commented 8 years ago

Pull request #190 is probably supported too. Actually I moved to respect relational. This project look to be abandoned

sebam91 commented 7 years ago

In version 1.2.1, multiple GROUP BY is still not working for me. Still getting the following error:

expects parameter 2 to be string, array given

mrsoto commented 7 years ago

As far as I understand you have to fork this repo because it only support owner projects' requirements

El dom., 30 de abr. de 2017 10:41, sebam91 notifications@github.com escribió:

In version 1.2.1, multiple GROUP BY is still not working for me. Still getting the following error:

expects parameter 2 to be string, array given

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/catfan/Medoo/issues/191#issuecomment-298233034, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ5pQco4GkqyDEmk_2BLb3-18IdnbceXks5r1I9rgaJpZM4DVyZK .

catfan commented 7 years ago

@sebam91 Oh, sorry. I mixed this issue up with ORDER by.

It's added on develop branch now, and will be release soon. 8c796f48eb