Hi Vincent I also noticed a potential inconsistency:
OCI_DirPathGetErrorRow seems to return a 0 based row number while OCI_DirPathSetEntry requires a 1 based row index.
thank you
--Z
On Jan 3, 2013, at 4:00 PM, Zoltan Farkas <zol...@ya...> wrote:
> Thank you, will do that.
>
> --z
>
> On Jan 3, 2013, at 12:39 PM, vincent rogier <vin...@ya...> wrote:
>
>>
>> HI,
>>
>> I've checked the code, and even if the value provided to OCI_DirPathSetEntry() is NULL, OCILIB tries to convert the value to NUMBER if the column has a numeric format.
>>
>> I'll fix it in next release.
>>
>> The only thing you can do for now is to modify the source to not call OCI_NumberFromString() in dirpath.c or not call OCI_DirPathSetEntry() for null numbers.
>>
>> Regards,
>>
>> Vincent
>>
>>
>> On Tue, Jan 1, 2013 at 11:30 PM, Zoltan Farkas <zol...@ya...> wrote:
>> dy let me know what
>>
>>
>>
>> --
>> Vincent Rogier
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712_______________________________________________
> Orclib-users mailing list
> Orc...@li...
> https://lists.sourceforge.net/lists/listinfo/orclib-users
>
|