Skip Menu |

This queue is for tickets about the DBIx-ContextualFetch CPAN distribution.

Report information
The Basics
Id: 119129
Status: new
Priority: 0/
Queue: DBIx-ContextualFetch

People
Owner: Nobody in particular
Requestors: mschout [...] gkg.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: DBIx::ContextualFetch doesn't work with pgsql array types.
Date: Mon, 5 Dec 2016 12:05:09 -0600
To: bug-dbix-contextualfetch [...] rt.cpan.org
From: Michael Schout <mschout [...] gkg.net>
Due to the _disallow_references() function, passing arrayref's to DBI's execute() fails with DBIx::ContextualFetch. Arrayrefs should be allowed because PostgreSQL has native array column type, and DBD::Pg understands what to do with arrayrefs in this case. I fixed this with the attached patch. Thanks! Regards, Michael Schout

Message body is not shown because sender requested not to inline it.