On Tue, 11 Nov 2003, [iso-8859-2] Martin MOKREJ© wrote:
> Date: Tue, 11 Nov 2003 16:13:52 +0100 (CET)
> From: "[iso-8859-2] Martin MOKREJ©" <mmokrejs@stripped>
> To: msql-mysql-modules@stripped
> Subject: DBD-mysql-2.9003 quoting bug
>
> Hi,
> has anyone observed that DBD::mysql puts backticks aroun it's output?
> This is somewhat new with this version, as I did not have to remove those
> backticks with previous versions:
>
DBI does that. Not DBD::mysql. DBI queries DBD::mysql for the quote char
and DBI will quote table names iff DBD::mysql returns the quote char.
Now, Newer versions of DBD::mysql tell DBI what the quote char is, so DBI
will automatically quote the table names so you don't have to. -- Is
feature.
Rudy