Subject | RE: [IBO] Re: PessimisticLocking causing problems when posting edits. |
---|---|
Author | IBO Support List |
Post date | 2012-02-22T18:37:58Z |
Dany,
This underscores the importance of my regression testing application. I am
working hard to get everything I can into that so that the reliability of
IBO can remain solid as I address other problems or enhancements.
This requires some additional effort in the bug-fixing process to get all
bugs possible represented in that app, but it will definitely pay off in the
longrun when unforeseen regressions will be discovered before I make a
release.
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of DanyM
Sent: 22 February 2012 07:43 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Re: PessimisticLocking causing problems when posting edits.
I can confirm (FWIW).
I had to go back from 36i to 36d because of this. I did not have the time to
even start tracing along as other stuff happened. I've compiled with b41 now
and it works!
Hopefully I'll be back on track with the latest builds again now :)
Thanks Adrian and thanks Jason,
/Dany
--- In IBObjects@yahoogroups.com, "IBO Support List" <supportlist@...>
wrote:
This underscores the importance of my regression testing application. I am
working hard to get everything I can into that so that the reliability of
IBO can remain solid as I address other problems or enhancements.
This requires some additional effort in the bug-fixing process to get all
bugs possible represented in that app, but it will definitely pay off in the
longrun when unforeseen regressions will be discovered before I make a
release.
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of DanyM
Sent: 22 February 2012 07:43 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Re: PessimisticLocking causing problems when posting edits.
I can confirm (FWIW).
I had to go back from 36i to 36d because of this. I did not have the time to
even start tracing along as other stuff happened. I've compiled with b41 now
and it works!
Hopefully I'll be back on track with the latest builds again now :)
Thanks Adrian and thanks Jason,
/Dany
--- In IBObjects@yahoogroups.com, "IBO Support List" <supportlist@...>
wrote:
>after
> Adrian,
>
> Ok, I see what I did that caused PessimisticLocking to fail in your
> situation. By using IB_TransForUpdate and doing an Open and Close in your
> AfterPost event, it exposed a weakness or gap in my logic that I recently
> put in to allow the Activation of the transaction to be deferred until
> the AfterPost event, unless of course you called Activate yourself first.
>
> This is now fixed and will be in the next release (Build 41).
>
> Thanks,
> Jason