@@ -487,7 +487,7 @@ |
||
487 | 487 | // Replace positioned placeholders with named placeholders (first value). |
488 | 488 | // Force to string, in the case of null. |
489 | 489 | $sql = (string) preg_replace_callback('/:[a-z0-9_]+/m', function ($matches) { |
490 | - return $this->placeholderFill($matches); |
|
490 | + return $this->placeholderFill($matches); |
|
491 | 491 | }, $sql); |
492 | 492 | |
493 | 493 | return $sql; |