Error in TIntValueStringListAccess.IndexOf

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
a-s-z
Posts: 106
Joined: Wed 03 Dec 2008 06:01

Error in TIntValueStringListAccess.IndexOf

Post by a-s-z » Wed 24 Jun 2015 13:06

Hello,

the implementation of TIntValueStringListAccess.IndexOf is wrong. It will yield 0 instead of -1 if the element is not found in the list and the list is sorted.

Odac Version: 9.5.16

Best regards,
Andre

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Error in TIntValueStringListAccess.IndexOf

Post by AlexP » Wed 24 Jun 2015 13:14

Hello,

We have already fixed the problem. The fix will be included in the next version.

Post Reply