DBD-mysql-4.001

DBD-mysql-4.001

am 14.02.2007 18:20:26 von Frederic TYNDIUK

I've found bug, when I use setlocale( LC_ALL, 'fr_FR' ).
In french dot under number are ',' and not '.' that why theme are a bug
like this:

install_driver(mysql) failed: DBD::mysql object version 4.001 does not
match bootstrap parameter 4,001 at
/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
Compilation failed in require at (eval 28) line 3.

Could you had correct into next version...

Thanks...

Frederic


--
Frederic TYNDIUK Developpeur / Admin Systeme WEBFUTUR
f.t@webfutur.com http://www.webfutur.com/
Tel: +33 5.56.12.61.10 / Fax: +33 5.56.12.61.19
skype:webfutur_tech_frederic

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBD-mysql-4.001

am 15.02.2007 09:10:40 von Sven Neuhaus

Frederic TYNDIUK wrote:
> I've found bug, when I use setlocale( LC_ALL, 'fr_FR' ).
> In french dot under number are ',' and not '.' that why theme are a bug
> like this:
>
> install_driver(mysql) failed: DBD::mysql object version 4.001 does not
> match bootstrap parameter 4,001 at
> /usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
> Compilation failed in require at (eval 28) line 3.
>
> Could you had correct into next version...

We stumbled upon the same bug. It seems the version numbers used to be a
string, now it's an integer so the decimal point is changed into a comma for
some locales.

-Sven

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: DBD-mysql-4.001

am 15.02.2007 13:40:56 von Patrick Galbraith

Sven Neuhaus wrote:

>Frederic TYNDIUK wrote:
>
>
>> I've found bug, when I use setlocale( LC_ALL, 'fr_FR' ).
>>In french dot under number are ',' and not '.' that why theme are a bug
>>like this:
>>
>>install_driver(mysql) failed: DBD::mysql object version 4.001 does not
>>match bootstrap parameter 4,001 at
>>/usr/lib/perl5/5.8.4/i486-linux/DynaLoader.pm line 253.
>>Compilation failed in require at (eval 28) line 3.
>>
>> Could you had correct into next version...
>>
>>
>
>We stumbled upon the same bug. It seems the version numbers used to be a
>string, now it's an integer so the decimal point is changed into a comma for
>some locales.
>
>-Sven
>
>
Frederic and Sven,

I'll take a look into this - seems that it needs to be a string to avoid
this sort of problem.

Thanks for the bug report!

Patrick

--
Patrick Galbraith, Senior Programmer
Grazr - Easy feed grazing and sharing
http://www.grazr.com

Satyam Eva Jayate - Truth Alone Triumphs
Mundaka Upanishad




--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org