mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +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;
|
||||
while not eof do
|
||||
begin
|
||||
List.Append(fieldbyname(ReturnField).asstring);
|
||||
List.Append(trim(fieldbyname(ReturnField).asstring));
|
||||
Next;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user