* RowsAffected capability

This commit is contained in:
Michaël Van Canneyt 2023-08-10 14:42:04 +02:00
parent febb45c39c
commit 120bb80d0b

View File

@ -260,7 +260,7 @@ end;
class function TSQLDBDDEngine.EngineCapabilities: TFPDDEngineCapabilities;
begin
Result:=[ecImport, ecViewTable, ecRunQuery, ecTableIndexes];
Result:=[ecImport, ecViewTable, ecRunQuery, ecTableIndexes, ecRowsAffected];
end;
end.