| @@ 445-447 (lines=3) @@ | ||
| 442 | $p['where'] = []; |
|
| 443 | } |
|
| 444 | ||
| 445 | if (mb_orig_strpos($p['col'], '.') === false) { |
|
| 446 | $p['col'] = $this->dbname . '.' . $p['col']; |
|
| 447 | } |
|
| 448 | ||
| 449 | $e = explode('.', $p['col'], 2); |
|
| 450 | ||
| @@ 716-718 (lines=3) @@ | ||
| 713 | $p['max'] = []; |
|
| 714 | } |
|
| 715 | ||
| 716 | if (mb_orig_strpos($p['col'], '.') === false) { |
|
| 717 | $p['col'] = $this->dbname . '.' . $p['col']; |
|
| 718 | } |
|
| 719 | ||
| 720 | $e = explode('.', $p['col'], 2); |
|
| 721 | ||
| @@ 938-940 (lines=3) @@ | ||
| 935 | $p['key'] = ''; |
|
| 936 | } |
|
| 937 | ||
| 938 | if (mb_orig_strpos($p['col'], '.') === false) { |
|
| 939 | $p['col'] = $this->dbname . '.' . $p['col']; |
|
| 940 | } |
|
| 941 | } |
|
| 942 | ||
| 943 | /** |
|