Search found 2 matches
- 26.02.2021, 13:34
- Forum: ZeosLib 7.2 Forum
- Topic: mabe a bug in ZDbcInterbase6Statement in line 373
- Replies: 1
- Views: 158
mabe a bug in ZDbcInterbase6Statement in line 373
when ArrayCount mod FMaxRowsPerBatch = 0, av occure. if ArrayCount > 0 then begin if FMaxRowsPerBatch = 0 then begin eBlock := GetExecuteBlockString(FParamSQLData, IsParamIndex, InParamCount, ArrayCount, CachedQueryRaw, FIBConnection.GetPlainDriver, FMemPerRow, PreparedRowsOfArray, FMaxRowsPerBatch,...
- 26.02.2021, 13:24
- Forum: ZeosLib 7.2 Forum
- Topic: ZDbcInterbase6Statement in line 373, mybe bug
- Replies: 0
- Views: 534
ZDbcInterbase6Statement in line 373, mybe bug
PrepareFinalChunk(ArrayCount mod FMaxRowsPerBatch); when ArrayCount mod FMaxRowsPerBatch = 0, av occure if ArrayCount > 0 then begin if FMaxRowsPerBatch = 0 then begin eBlock := GetExecuteBlockString(FParamSQLData, IsParamIndex, InParamCount, ArrayCount, CachedQueryRaw, FIBConnection.GetPlainDriver,...