| @@ 441-443 (lines=3) @@ | ||
| 438 | $p['where'] = []; |
|
| 439 | } |
|
| 440 | ||
| 441 | if (mb_orig_strpos($p['col'], '.') === false) { |
|
| 442 | $p['col'] = $this->dbname . '.' . $p['col']; |
|
| 443 | } |
|
| 444 | ||
| 445 | $e = explode('.', $p['col'], 2); |
|
| 446 | ||
| @@ 712-714 (lines=3) @@ | ||
| 709 | $p['max'] = []; |
|
| 710 | } |
|
| 711 | ||
| 712 | if (mb_orig_strpos($p['col'], '.') === false) { |
|
| 713 | $p['col'] = $this->dbname . '.' . $p['col']; |
|
| 714 | } |
|
| 715 | ||
| 716 | $e = explode('.', $p['col'], 2); |
|
| 717 | ||
| @@ 934-936 (lines=3) @@ | ||
| 931 | $p['key'] = ''; |
|
| 932 | } |
|
| 933 | ||
| 934 | if (mb_orig_strpos($p['col'], '.') === false) { |
|
| 935 | $p['col'] = $this->dbname . '.' . $p['col']; |
|
| 936 | } |
|
| 937 | } |
|
| 938 | ||
| 939 | /** |
|