Добавил интеграции с ОБС
This commit is contained in:
+5
-1
@@ -498,7 +498,11 @@ var
|
||||
Value: TValue;
|
||||
Param: TFDParam;
|
||||
begin
|
||||
if Length(Items) = 0 then Exit;
|
||||
if Length(Items) = 0 then
|
||||
begin
|
||||
FConnection.ExecSQL('DELETE FROM ' + TableName);
|
||||
exit;
|
||||
end;
|
||||
|
||||
EnsureTableForRecord(TableName, TypeInfo(T));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user