mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 03:30:12 +08:00
Parameter type is not compatible with declaration
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
namespace yii\db\mssql;
|
namespace yii\db\mssql;
|
||||||
|
|
||||||
use yii\base\InvalidParamException;
|
use yii\base\InvalidParamException;
|
||||||
|
use yii\db\Query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* QueryBuilder is the query builder for MS SQL Server databases (version 2008 and above).
|
* QueryBuilder is the query builder for MS SQL Server databases (version 2008 and above).
|
||||||
@@ -222,7 +223,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
|||||||
*
|
*
|
||||||
* @param string $operator
|
* @param string $operator
|
||||||
* @param array $columns
|
* @param array $columns
|
||||||
* @param array $values
|
* @param Query $values
|
||||||
* @param array $params
|
* @param array $params
|
||||||
* @return string SQL
|
* @return string SQL
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ use yii\db\Connection;
|
|||||||
use yii\db\Exception;
|
use yii\db\Exception;
|
||||||
use yii\base\InvalidParamException;
|
use yii\base\InvalidParamException;
|
||||||
use yii\base\NotSupportedException;
|
use yii\base\NotSupportedException;
|
||||||
|
use yii\db\Query;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* QueryBuilder is the query builder for SQLite databases.
|
* QueryBuilder is the query builder for SQLite databases.
|
||||||
@@ -299,7 +300,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
|||||||
*
|
*
|
||||||
* @param string $operator
|
* @param string $operator
|
||||||
* @param array $columns
|
* @param array $columns
|
||||||
* @param array $values
|
* @param Query $values
|
||||||
* @param array $params
|
* @param array $params
|
||||||
* @return string SQL
|
* @return string SQL
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user