OKeySet::deleteRows in dbaccess/source/core/api/KeySet.cxx contains the loop
for(;pBegin != pEnd;++pBegin)
{
aSql.append(sCon + aOr);
}
that appends the exact same text to aSql (pEnd-pBegin) number of times,
which---at least to an SQL-ignoramus---looks dubious. (On the other
hand, the code appears to be effectively like that since the beginning.)
Stephan
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice