[Catalyst] A table called session
John Siracusa
siracusa at mindspring.com
Wed Nov 23 23:12:48 CET 2005
On 11/23/05, Chisel Wright <chisel at herlpacker.co.uk> wrote:
> On Wed, Nov 23, 2005 at 04:01:01PM -0500, Jason Woodward wrote:
>> I had the same issue initially. The table name is quoted by the caller of
>> set_up_table. I added $table =~ s/['"]//g; prior to the call to prepare()
>> and it the problem went away.
>
> So does that mean it's a bug/glitch in CDBI or CDBI::Loader, or
> something else altogether?
It's a bug in the loader. It needs to handle quoted table names, which is
what some DBI drivers return when listing tables using the tables() or
table_info() methods.
-John
More information about the Catalyst
mailing list