Implement the GROUP BY feature

Bug #1034167 reported by edhelas
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Datajar
New
Undecided
Unassigned

Bug Description

The GROUP BY is missing
Datajar syntax proposed :

$query = Post::query()
                            ->where(array('key' => $this->user->getLogin(), 'parentid' => ''))
                            ->orderby('updated', true)
                            ->groupby('jid') // or ->groupby(array('jid', 'key'))
                            ->join('Attachment', array('key_src' => 'key_dest');
$messages = Post::run_query($query);

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.