http://www.perlmonks.org?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/