mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:14:25 +02:00
* RowsAffected capability
This commit is contained in:
parent
febb45c39c
commit
120bb80d0b
@ -260,7 +260,7 @@ end;
|
|||||||
|
|
||||||
class function TSQLDBDDEngine.EngineCapabilities: TFPDDEngineCapabilities;
|
class function TSQLDBDDEngine.EngineCapabilities: TFPDDEngineCapabilities;
|
||||||
begin
|
begin
|
||||||
Result:=[ecImport, ecViewTable, ecRunQuery, ecTableIndexes];
|
Result:=[ecImport, ecViewTable, ecRunQuery, ecTableIndexes, ecRowsAffected];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user