Follow-up to r992: One last place where MaxRows is set to 0.

This commit is contained in:
rosenfield
2007-10-08 16:42:32 +00:00
parent fce4a738f8
commit 35c422ce1b

View File

@ -318,7 +318,7 @@ constructor TZAbstractStatement.Create(Connection: IZConnection; Info: TStrings)
begin
{ Sets the default properties. }
FMaxFieldSize := 0;
FMaxRows := 0;
FMaxRows := -1;
FEscapeProcessing := False;
FQueryTimeout := 0;
FLastUpdateCount := -1;