| @@ 634-643 (lines=10) @@ | ||
| 631 | * @param string $table |
|
| 632 | * @return string |
|
| 633 | */ |
|
| 634 | protected function _delete($table) |
|
| 635 | { |
|
| 636 | if ($this->qb_limit) |
|
| 637 | { |
|
| 638 | $this->where('rownum <= ',$this->qb_limit, FALSE); |
|
| 639 | $this->qb_limit = FALSE; |
|
| 640 | } |
|
| 641 | ||
| 642 | return parent::_delete($table); |
|
| 643 | } |
|
| 644 | ||
| 645 | // -------------------------------------------------------------------- |
|
| 646 | ||
| @@ 291-300 (lines=10) @@ | ||
| 288 | * @param string $table |
|
| 289 | * @return string |
|
| 290 | */ |
|
| 291 | protected function _delete($table) |
|
| 292 | { |
|
| 293 | if ($this->qb_limit) |
|
| 294 | { |
|
| 295 | $this->where('rownum <= ',$this->qb_limit, FALSE); |
|
| 296 | $this->qb_limit = FALSE; |
|
| 297 | } |
|
| 298 | ||
| 299 | return parent::_delete($table); |
|
| 300 | } |
|
| 301 | ||
| 302 | // -------------------------------------------------------------------- |
|
| 303 | ||