mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-24 10:09:30 +02:00
* Removed space before fieldname
git-svn-id: trunk@10722 -
This commit is contained in:
parent
ee76679326
commit
51c45335ae
@ -1321,7 +1321,7 @@ begin
|
||||
with ds do
|
||||
begin
|
||||
|
||||
AddIndex('testindex','F'+FieldTypeNames[ftString]+'; F'+FieldTypeNames[ftInteger],[]);
|
||||
AddIndex('testindex','F'+FieldTypeNames[ftString]+';F'+FieldTypeNames[ftInteger],[]);
|
||||
FList := TStringList.Create;
|
||||
FList.Sorted:=true;
|
||||
FList.CaseSensitive:=True;
|
||||
|
Loading…
Reference in New Issue
Block a user