mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Reset FRecNo after executing a new query, otherwise SetRecNo does nothing if FRecNo was already 0. Fixes issue #2009.
This commit is contained in:
@ -1662,7 +1662,8 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
RecNo := 0;
|
||||
FRecNo := -1;
|
||||
First;
|
||||
end else begin
|
||||
SetLength(FColumnTypes, 0);
|
||||
SetLength(FColumnLengths, 0);
|
||||
|
Reference in New Issue
Block a user