OCISection diff 345 & 346

jeroen

Member
Hello Marco,

i was looking at diffs between doa 3.4.5 and 3.4.6, and came across the following 3.4.6 line in oracle.pas toraclesession.logon():
if ThreadSafe then OCISection.Enter;

It's not in 3.4.5, and i couldn't find comments on it in the 3.4.6 header.

Is there a special reason why it's been added?

Thanks,
Jeroen
 
Various Net 8 versions (maybe all) can cause Access Violations when multiple threads connect simultaneously. This fix is a workaround for this Net 8 bug. I noticed that this is indeed not documented in the release notes.

------------------
Marco Kalter
Allround Automations
 
Back
Top