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.