The type Yiisoft\Db\Mssql\Conditi...ions\InConditionBuilder was not found. Did you mean Yiisoft\Db\Query\Conditions\InConditionBuilder? If so, make sure to prefix the type with \.
Loading history...
10
{
11
protected function buildSubqueryInCondition($operator, $columns, $values, &$params)
12
{
13
if (is_array($columns)) {
14
throw new NotSupportedException(__METHOD__ . ' is not supported by MSSQL.');