mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
#14150: Added {{ and }} to getTablesUsedInFrom() output
This commit is contained in:
@ -223,7 +223,7 @@ class ExistValidator extends Validator
|
||||
$primaryTableAlias = $tableAliases[0];
|
||||
$prefixedConditions = [];
|
||||
foreach ($conditions as $columnName => $columnValue) {
|
||||
$prefixedColumn = "{{{$primaryTableAlias}}}.[[{$columnName}]]";
|
||||
$prefixedColumn = "{$primaryTableAlias}.[[{$columnName}]]";
|
||||
$prefixedConditions[$prefixedColumn] = $columnValue;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user