mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 12:49:20 +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');
|
Writeln('Getting next buffers');
|
||||||
{$endif}
|
{$endif}
|
||||||
GetNextRecords;
|
GetNextRecords;
|
||||||
|
if FRecordCount < FBufferCount then
|
||||||
|
GetPriorRecords;
|
||||||
{$Ifdef dsDebug}
|
{$Ifdef dsDebug}
|
||||||
WriteLn(
|
WriteLn(
|
||||||
'SetBufferCount: FActiveRecord=',FActiveRecord,
|
'SetBufferCount: FActiveRecord=',FActiveRecord,
|
||||||
|
Loading…
Reference in New Issue
Block a user