Improve QueryBuilder API for SELECT DISTINCT

Description

If you start typing QueryBuilder.select("id"), you can't add DISTINCT after that (the proper syntax being select().distinct().column("id")).

This adds a workaround that works well with completion:

Environment

None

Pull Requests

None

Activity

Tommy Stendahl 
June 10, 2015 at 8:51 AM

I can work on this one.

Alex Popescu 
October 3, 2014 at 12:52 AM

👍 for the first.

Fixed

Details

Assignee

Reporter

Labels

PM Priority

Affects versions

Fix versions

Components

Priority

Created October 1, 2014 at 8:09 AM
Updated July 15, 2015 at 4:53 PM
Resolved June 19, 2015 at 6:23 PM