mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 13:09:15 +02:00
* Firebird/Interbase needs CREATE GENERATOR instead of sequence, added sequence/domain capability
git-svn-id: trunk@11602 -
This commit is contained in:
parent
81b4052a2a
commit
2a108bb4bf
@ -479,7 +479,8 @@ Type
|
||||
end;
|
||||
|
||||
{ TFPDDEngine }
|
||||
TFPDDEngineCapability =(ecImport,ecCreateTable,ecViewTable, ecTableIndexes, ecRunQuery, ecRowsAffected);
|
||||
TFPDDEngineCapability =(ecImport,ecCreateTable,ecViewTable, ecTableIndexes,
|
||||
ecRunQuery, ecRowsAffected, ecSequences, ecDomains);
|
||||
TFPDDEngineCapabilities = set of TFPDDEngineCapability;
|
||||
{
|
||||
to avoid dependencies on GUI elements in the data dictionary engines,
|
||||
@ -2872,8 +2873,6 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
|
||||
|
||||
{ TFPDDSequenceList }
|
||||
|
||||
function TFPDDSequenceList.GetSequenceDef(AIndex: Integer): TDDSequenceDef;
|
||||
|
Loading…
Reference in New Issue
Block a user