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