eee
This commit is contained in:
@@ -725,11 +725,11 @@ abstract class QueryTrait extends Component implements ActiveQueryInterface, ISq
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $column
|
* @param string $column
|
||||||
* @param string $value
|
* @param mixed $value
|
||||||
* @param string $opera
|
* @param string $opera
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function sprintf(string $column, string $value, string $opera = '='): string
|
private function sprintf(string $column, mixed $value, string $opera = '='): string
|
||||||
{
|
{
|
||||||
$this->pushParam($value);
|
$this->pushParam($value);
|
||||||
return $column . ' ' . $opera . ' ?';
|
return $column . ' ' . $opera . ' ?';
|
||||||
|
|||||||
Reference in New Issue
Block a user