待辦事項 #10083

Much Better _makeCriteriaElement4sql
啟用日期: 2007-03-12 11:15 最後更新: 2007-03-14 15:19

回報者:
負責人:
狀態:
關閉
元件:
(無)
里程碑:
(無)
優先權:
2
嚴重程度:
5 - 中
處理結果:
Accepted
檔案:

細節

From:

for ($i = 0; $i < $maxCount ; $i++) {
if ($i != 0) {
$queryString .= " " . $criteria->getCondition($i);
}
$queryString .= " " .
$this->_makeCriteria4sql($criteria->getChildElement($i));
}

To:

$queryString .= " " .
$this->_makeCriteria4sql($criteria->getChildElement(0));
for ($i = 1; $i < $maxCount ; $i++) {
$queryString .= " " . $criteria->getCondition($i);
$queryString .= " " .
$this->_makeCriteria4sql($criteria->getChildElement($i));
}

Ticket History (3/3 Histories)

2007-03-14 13:02 Updated by: minahito
  • 處理結果 Update from to Accepted
2007-03-14 13:02 Updated by: minahito
  • 負責人 Update from (無) to minahito
2007-03-14 15:19 Updated by: minahito
  • Ticket Close date is changed to 2007-03-14 15:19
  • 狀態 Update from 開啟 to 關閉
評語
Logged In: YES
user_id=8353

Fix it. Thanks!

Attachment File List

No attachments

編輯

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » 登入