Re: DBD::mysql 4.025

2014-01-10 Thread Paul Durden
I hope this is not considered bad form, but I just wanted to add this in case someone comes across this thread searching for a problem at a later date. It looks like DBD::mysql 4.025 is now included in Strawberry Perl 5.18.2.1 according to the "List of distributions installed on top of Perl 5.18.2

Re: DBD::mysql 4.025

2013-12-30 Thread Paul Durden
Updated my mysql_config.bat file to provide the various --testXXX parameters, and everything worked great! Also, the change to DBD::mysql 4.025 resolved my problem. Using the 4.023 that shipped with Strawberry Perl, whenever I attempted to add a row with a duplicate key, I received the following

Re: DBD::mysql 4.025

2013-12-29 Thread Paul Durden
Mike, Thanks for the info. The change log for 4.025 indicates more Windows related fixes, so I thought I'd try it. If this fixes it, I'll let you know. Thanks, Paul On Sun, Dec 29, 2013 at 2:28 AM, Michiel Beijen wrote: > > On 28.12.2013 16:19, Paul Durden wrote: > > > > The DBD::mysql CPAN mo

Re: DBD::mysql 4.025

2013-12-29 Thread Paul Durden
Thanks, I will give this a try. On Sat, Dec 28, 2013 at 11:54 AM, kmx wrote: > try: > > C:\> cpanm DBD::mysql --configure-args="--mysql_config=mysql_config" > --verbose --force > > -- > kmx > > On 28.12.2013 16:19, Paul Durden wrote: > > The DBD::mysql CPAN module has been updated to 4.025 to

Re: DBD::mysql 4.025

2013-12-29 Thread Michiel Beijen
> On 28.12.2013 16:19, Paul Durden wrote: > > The DBD::mysql CPAN module has been updated to 4.025 to address many Windows > related issues. > > The DBD::mysql version packaged with Strawberry Perl v5.18.1.1 is 4.023. You'd be able to compile it using kmx's instructions. Also, the 4.023 version in

Re: DBD::mysql 4.025

2013-12-28 Thread kmx
try: C:\> cpanm DBD::mysql --configure-args="--mysql_config=mysql_config" --verbose --force -- kmx On 28.12.2013 16:19, Paul Durden wrote: The DBD::mysql CPAN module has been updated to 4.025 to address many Windows related issues. The DBD::mysql version packaged with Strawberry Perl v5.18