Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX allow custom SELECT to be used for sorting in DataQuery::column().
If a custom select clause (using special features such as `CASE`) is used, and it was added using `SQLSelect::selectField`, the custom select clause should be retained when calling DataQuery::column().
- Loading branch information