20250805
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
$properties = self::GetProperties($item, DBOperation::Update);
|
||||
|
||||
// Получаю первичные ключи объекта
|
||||
$primaryKeys = $properties->GetRows(fn (DBItemProperty $property): bool => $property->IsPrimaryKey);
|
||||
$primaryKeys = $properties->GetRows(fn (DBItemProperty $property): bool => $property->Column->IsPrimaryKey);
|
||||
|
||||
// Создаю условие по первичным ключам (оно же и WHERE для обновления)
|
||||
$where = new ConditionBuilder();
|
||||
|
Reference in New Issue
Block a user