Uncle Cheese 7f5608c599 API CHANGE: Public visibility on DataQuery::selectField
It doesn't seem appropriate to hide this method from the public space. It precludes the user from customising queries in a DataList.

```php
$mylist->alterDataquery(function($query) {
    $query->selectField("225,300,000km", "DistanceToMars");
});
```
2015-03-26 10:58:56 +13:00
..
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00
2014-11-19 11:05:07 +13:00
2014-08-19 09:17:15 +12:00
2014-08-19 09:17:15 +12:00