Re: Patch to DBD::Oracle 1.23

2009-12-02 Thread John Scoles
Ok that will be the next one to get done thanks Jan Mach wrote: We have published len_char_size property of statement handle. Why? That's because of nvarchar type. You have column nvarchar(20) and you get length 40 using PRECISION (it's right because is BYTE length). But we need for our applic

Patch to DBD::Oracle 1.23

2009-12-02 Thread Jan Mach
We have published len_char_size property of statement handle. Why? That's because of nvarchar type. You have column nvarchar(20) and you get length 40 using PRECISION (it's right because is BYTE length). But we need for our application CHAR length and it's done usign len_char_size. Regards, Jan