Re: Some progress on Strange selectall_hashref/fetchall_hashref problem with DBD::mysql

2006-02-16 Thread Martin J. Evans
I've finally tracked this problem down and I believe it is down to the code which turns off server_side_prepare if the SQL looks like a create statement. Of course my statement looks like a create statement because: o it is "select created_date_time_utc from test" o the code looks for "CREATE" or

Re: Some progress on Strange selectall_hashref/fetchall_hashref problem with DBD::mysql

2006-02-15 Thread Martin J. Evans
On 15-Feb-2006 Tim Bunce wrote: > On Tue, Feb 14, 2006 at 06:16:30PM -, Martin J. Evans wrote: >> Regarding my posting with a problem using DBI 1.50 and DBD:mysql 3.0002_4 >> (reprinted below) I wonder if someone who knows DBI and DBD::mysql better >> than I can point me in the right direction

Re: Some progress on Strange selectall_hashref/fetchall_hashref problem with DBD::mysql

2006-02-15 Thread Tim Bunce
On Tue, Feb 14, 2006 at 06:16:30PM -, Martin J. Evans wrote: > Regarding my posting with a problem using DBI 1.50 and DBD:mysql 3.0002_4 > (reprinted below) I wonder if someone who knows DBI and DBD::mysql better > than I can point me in the right direction. I've discovered if I make a small >

Some progress on Strange selectall_hashref/fetchall_hashref problem with DBD::mysql

2006-02-14 Thread Martin J. Evans
Regarding my posting with a problem using DBI 1.50 and DBD:mysql 3.0002_4 (reprinted below) I wonder if someone who knows DBI and DBD::mysql better than I can point me in the right direction. I've discovered if I make a small change to DBI it works (see commented out lines): sub fetchall_hashr