Re: Backslash quoting - Bug in DBI:CSV driver?
From: Jeff (jeff_at_vpservices.com)
Date: 10/24/04
- Next message: Marc M. Adkins: "ActiveState DBI 1.45 PPM may not be correct"
- Previous message: Steffen G.: "Re: Backslash quoting - Bug in DBI:CSV driver?"
- In reply to: Steffen G.: "Re: Backslash quoting - Bug in DBI:CSV driver?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 24 Oct 2004 15:21:04 +0000 To: "Steffen G." <steffen@konzeptloses.de>
Steffen G. wrote:
>Jeff wrote:
>
>
>
>>>...
>>>Is this a bug in the DBI:CSV driver (DBD::File, DBD::CSV, Text::CSV_XS ?)
>>>- or what am I doing wrong?
>>>
>>>
>>LOL, you're right there is a bug, and those are good guesses about where
>>it occurs, but all wrong :-). The bug is acutally in SQL::Parser!
>>
>>
>
>How come it only occurred when using DBI:CSV?
>This was what led me to the guesses above.
>
>
>
Because SQL::Parser is called by SQL::Statement, which is called by
DBI::SQL::Nano which is called by DBD::File, which is called by
DBD::CSV. :-)
That's why I laughed - there are so many places a bug in DBD::CSV could
be located. - the penalty for using abstract base classes which can be
used by more than one module.
-- Jeff
- Next message: Marc M. Adkins: "ActiveState DBI 1.45 PPM may not be correct"
- Previous message: Steffen G.: "Re: Backslash quoting - Bug in DBI:CSV driver?"
- In reply to: Steffen G.: "Re: Backslash quoting - Bug in DBI:CSV driver?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|