mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:28:07 +02:00
* fcl-db: cosmetic
git-svn-id: trunk@26170 -
This commit is contained in:
parent
2274150698
commit
148d262a6a
@ -1716,7 +1716,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomBufDataset.AddIndex(const AName, AFields : string; AOptions : TIndexOptions; const ADescFields: string = '';
|
procedure TCustomBufDataset.AddIndex(const AName, AFields : string; AOptions : TIndexOptions; const ADescFields: string = '';
|
||||||
const ACaseInsFields: string = '');
|
const ACaseInsFields: string = '');
|
||||||
begin
|
begin
|
||||||
CheckBiDirectional;
|
CheckBiDirectional;
|
||||||
if AFields='' then DatabaseError(SNoIndexFieldNameGiven);
|
if AFields='' then DatabaseError(SNoIndexFieldNameGiven);
|
||||||
|
Loading…
Reference in New Issue
Block a user