mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Follow-up to r992: One last place where MaxRows is set to 0.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user