.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@8077 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-01-21 07:44:48 +00:00
parent 035e7fd1cb
commit d09be74ffb

View file

@ -198,11 +198,12 @@ void SqlArray::AppendQuery(SqlBool where)
if(WhenFilter(fm))
Add(row);
}
if(GetCount())
if(GetCount()) {
if(goendpostquery)
GoEnd();
else
GoBegin();
}
DoColumnSort();
WhenPostQuery();
}