mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:29:21 +02:00
* Fetch prior records if buffer is expanded at EOF (mantis 7934)
git-svn-id: trunk@6133 -
This commit is contained in:
parent
79720fa7d8
commit
216150e2e1
@ -877,6 +877,8 @@ begin
|
||||
Writeln('Getting next buffers');
|
||||
{$endif}
|
||||
GetNextRecords;
|
||||
if FRecordCount < FBufferCount then
|
||||
GetPriorRecords;
|
||||
{$Ifdef dsDebug}
|
||||
WriteLn(
|
||||
'SetBufferCount: FActiveRecord=',FActiveRecord,
|
||||
|
Loading…
Reference in New Issue
Block a user