http://qs321.pair.com?node_id=673421


in reply to Re: SQL::Statement confusing literals and identifiers
in thread SQL::Statement confusing literals and identifiers

The error you are getting is due to an unrelated bug I fixed locally. It will probably stop manifesting itself if you installed Text::CSV_XS.

Silly me, of course SELECT * will work, especially since I use fetchrow_hashref. The queries that use WHERE clauses are only done on the "real database" which has no problems with the quotes.

Update: s/It will probably manifesting/It will probably stop manifesting/

Replies are listed 'Best First'.
Re^3: SQL::Statement confusing literals and identifiers
by Thilosophy (Curate) on Mar 11, 2008 at 10:25 UTC
    The error you are getting is due to an unrelated bug I fixed locally. It will probably manifesting itself if you installed Text::CSV_XS.

    Ahh, that would explain it. I installed everything using Ubuntu's apt-get, and yes, that gave me Text::CSV_XS, too.

      That should have been "It will probably stop manifesting". The word "stop" was missing. I didn't expect the XS version to fail.