On Wed, Mar 9, 2011 at 11:03 AM, Peter Rabbitson <[email protected]>wrote:

> DBIx::Class::Storage::DBI::txn_do():
>> DBIx::Class::Storage::DBI::insert_bulk():
>> DBI Exception: DBD::Pg::st bind_param_array failed:
>> Arrayref for parameter 1 has 6 elements but parameter 6 has 11 [for
>> Statement "INSERT INTO pos_marker ( end_pos, end_line, end_page_index,
>> entry, start_pos, start_line, start_page_index)
>> VALUES ( ?, ?, ?, ?, ?, ?, ? )" with ParamValues: 1='98',
>> 2='16', 3='0', 4='66275820', 5='96', 6='16', 7='0'] at
>>
>> /home/palladium/perl5/lib/perl5/i686-linux-thread-multi/Moose/Meta/Method/Delegation.pm
>>
>>
> That's DBD::Pg having problems with prepare_cached. This particular
> issue is fixed in 2.15.0 (without a Changelog entry :(
>

Peter, you mentioned prepare_cached.  I'm using pg_server_prepare => 0
(IIRC, for pgbouncer).  Do you still think it's the same issue?

Thanks,

-- 
Bill Moseley
[email protected]
_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[email protected]

Reply via email to