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

Re: Multiple directories for 'f_dir' parameter for DBD::File (especially DBD::CSV)

2010-11-16 Thread H.Merijn Brand
On Tue, 16 Nov 2010 07:46:53 +0100, Jens Rehsack rehs...@googlemail.com wrote: Hi all, in an application (I call it App::Automated::Letter) I will process some csv databases (OpenOffice.org/Excel exported files). I'd like to allow the application to find the appropriate csv file (table name

Re: Multiple directories for 'f_dir' parameter for DBD::File (especially DBD::CSV)

2010-11-16 Thread Jens Rehsack
2010/11/16 Reinier Post r...@win.tue.nl: On Tue, Nov 16, 2010 at 07:46:53AM +0100, Jens Rehsack wrote: Would anyone mind when I patch DBD::File to accept a list of directories in f_dir and search for a matching db-file in this list? I thought about using an 'f_dir_list', too - but there're