mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 05:19:17 +02:00
* Trim obtained names in GetDBInfo
git-svn-id: trunk@8436 -
This commit is contained in:
parent
0fda1126b5
commit
327c0834ac
@ -546,7 +546,7 @@ begin
|
|||||||
List.Clear;
|
List.Clear;
|
||||||
while not eof do
|
while not eof do
|
||||||
begin
|
begin
|
||||||
List.Append(fieldbyname(ReturnField).asstring);
|
List.Append(trim(fieldbyname(ReturnField).asstring));
|
||||||
Next;
|
Next;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user