On Mon, 13 Oct 2003, Wolfgang Friebel wrote:
Conclusion: there is no error in DBD-mysql-2.9002, but there is also no
hint that the output of several functions has changed (at least I did not
get a clue from the ChangeLog)
It's a DBI thing. DBI is doing the quoting and not DBD::mysql... It is a
side effect of implementing get_info(); as soon as DBI noticed that it was
able to determine the quote character, DBI started quoting all returned
table names... Of course this also causes problems when running mysql in
ANSI mode where mysqld changes the quote char from '`' to '"' :(
Rudy