Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Both ObjectSelect and SQLSelect have method to get raw Object[] from DB. We shoud align naming and signature of such methods. There are three variants now: columnQuery(), scalarQuery() and arrayQuery().
The first one is the closest to what actually these methods do, i.e. selecting some set of columns from a table, so we can use it.