Re: DBD::Oracle 1.26 new_tablename / synonyms issue

2010-12-17 Thread John Scoles
I have applied this patch to trunk you can find it here http://svn.perl.org/modules/dbd-oracle/trunk It will be part of Release 1.28 sometime before the end of the month. Cheers John Scoles On Tue, Nov 16, 2010 at 10:28 AM, Jan Pazdziora jpz-p...@adelton.comwrote: Hello, The DBD::Oracle

DBD::Oracle 1.26 new_tablename / synonyms issue

2010-11-16 Thread Jan Pazdziora
Hello, The DBD::Oracle 1.26 code http://cpansearch.perl.org/src/TIMB/DBD-Oracle-1.26/oci8.c declares char new_tablename[100]; in the if branch in init_lob_refetch, and then assigns tablename=new_tablename; and then uses the tablename outside of that if block. So the