Page 2 of 2

Re: doCachedLobs = True, but List index out of bounds (3)

Posted: 24.02.2016, 10:21
by miab3
@louis,

I still can not cause an error.
Do you really loaded and rebuilt ZEOS 7.2 svn 3878 or later?

Michal

Re: doCachedLobs = True, but List index out of bounds (3)

Posted: 24.02.2016, 11:02
by louis
miab3 wrote:Do you really loaded and rebuilt ZEOS 7.2 svn 3878 or later?
I Have TortoiseSVN installed with repository that points to http://svn.code.sf.net/p/zeoslib/code-0/trunk.
I start downloads with revision 3806 on ZEOS720b directory in my PC.
I periodically right-click on this directory in my PC and then I select SVN Update.
Last update (today) is revision 3881. How I be able to verify if the revision is really 3881?

At this point:
1) uninstall Zeos component from delphi;
2) clean all;
3) open Zeos package for delphi 2010;
4) modify this package because is wrong, needs deletes the "requires" associates at ZComponentDesign140.bpl: ZComponent.dcp, ZCore.dcp, ZDbc.dcp, ZParseSql.dcp, ZPlain.dcp, because, otherwise, not is possible to install components;
5) Build All;
6) Install ZComponentDesign.bpl.

Recompile the same project I gave to you and I get the exception.

What I wrong?

Thanks

Re: doCachedLobs = True, but List index out of bounds (3)

Posted: 24.02.2016, 11:08
by EgonHugeist
now we got it...
EgonHugeist wrote: ..
thanks for pointing this issue out. Patch done R3878 \testing-7.2 (SVN)
--
i didn't merge the fix to trunk yet because i was waiting for confirmation if the patch in \testing-7.2 works and your regression is fixed.

So what next? So i'll merge the fixes to trunk right now. :mrgreen:

Edit: Done 3882 \trunk

Re: doCachedLobs = True, but List index out of bounds (3)

Posted: 24.02.2016, 11:31
by louis
@ EgonHugeist,

Ok, I misunderstand how Trunk and Test revision works. Sorry

I confirm that regression is fixed, now works Ok.

Thanks

Re: doCachedLobs = True, but List index out of bounds (3)

Posted: 24.02.2016, 11:33
by miab3
@lousi,

More recent but more risky changes are on:
http://svn.code.sf.net/p/zeoslib/code-0 ... sting-7.2/

Michal