mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.10.3.1
This commit is contained in:
@@ -44,12 +44,12 @@ class TdbSelectWkr implements Db_qryWkr {
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
public static final TdbSelectWkr _ = new TdbSelectWkr(); TdbSelectWkr() {}
|
||||
public static final TdbSelectWkr Instance = new TdbSelectWkr(); TdbSelectWkr() {}
|
||||
}
|
||||
class TdbGroupByWkr {
|
||||
public static GfoNdeList GroupByExec(Db_qry__select_cmd select, GfoNdeList selectRows, TdbTable tbl) {
|
||||
GfoNdeList rv = GfoNdeList_.new_();
|
||||
Ordered_hash groupByHash = Ordered_hash_.new_();
|
||||
Ordered_hash groupByHash = Ordered_hash_.New();
|
||||
List_adp groupByFlds = select.GroupBy().Flds();
|
||||
GfoFldList selectFldsForNewRow = select.Cols().Flds().XtoGfoFldLst(tbl);
|
||||
Sql_select_fld_list selectFlds = select.Cols().Flds();
|
||||
@@ -85,7 +85,7 @@ class TdbGroupByWkr {
|
||||
}
|
||||
else {
|
||||
if (o == null) {
|
||||
Ordered_hash nextHash = Ordered_hash_.new_();
|
||||
Ordered_hash nextHash = Ordered_hash_.New();
|
||||
curHash.Add(val, nextHash);
|
||||
curHash = nextHash;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user