6 messages in com.mysql.lists.perlRe: Update: broken DBD-mysql-2.9002 (...
FromSent OnAttachments
Wolfgang Friebel26 Sep 2003 08:39 
Rudy Lippan26 Sep 2003 08:59 
Wolfgang Friebel26 Sep 2003 09:58.pm
lshen05 Oct 2003 17:50 
Wolfgang Friebel13 Oct 2003 07:54 
Rudy Lippan13 Oct 2003 10:17 
Subject:Re: Update: broken DBD-mysql-2.9002 (resolved)
From:Rudy Lippan (rlip@remotelinux.com)
Date:10/13/2003 10:17:04 AM
List:com.mysql.lists.perl

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