-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.2.M1
-
Component/s: Core Library
-
Labels:None
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.