I'm pleased to announce the release of DBD::mysql 4.003! This
release contains
various fixes including:
-
- Fix re-exec of Makefile.PL when forcing $ENV{LANG} to 'C'.
(RT #25233,
reported by Slaven Rezic).
- Rewrote table_info method to support all arguments
(previously it would
only ever return all of the tables in the current database, no matter what
was specified)
- Fixed $DBD::mysql::VERSION to be a string instead of a float,
which caused
problems for certain locales
- Fixed bug #23974. $dbh->column_info now returns statement
handle with no rows upon table not existing. Much thanks to Tim
Bunce for help fixing the problem in mysql.pm vs. dbdimp.c
- Removed #ifdefs for do error (sqlstate being passed as last
arg depending on
version)
- Fixed insertid test to work with …