GitHub user const1993 opened a pull request: https://github.com/apache/cayenne/pull/320
Added columnQuery method to get DataRow's as Object Array. You can merge this pull request into a Git repository by running: $ git pull https://github.com/const1993/cayenne feature/sql-query-extention Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cayenne/pull/320.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #320 ---- commit 4031beae5f82cbfddb8a582a218b742e339803fc Author: kkomyak <const1993@...> Date: 2018-09-21T15:04:23Z Added columnQuery method to get DataRow's as Object Array. ---- ---