Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 100407
Status: rejected
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: vindex [...] apartia.org
Cc:
AdminCc:

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



Subject: Number of row fields inconsistent with NUM_OF_FIELDS (driver bug)
hi, I'm seeing these errors recently: "DBD::Pg::st fetchrow_hashref warning: Number of row fields inconsistent with NUM_OF_FIELDS (driver bug)", any idea where that comes from?
On Mon Nov 17 09:47:59 2014, vindex wrote: Show quoted text
> hi, I'm seeing these errors recently: "DBD::Pg::st > fetchrow_hashref warning: Number of row fields > inconsistent with > NUM_OF_FIELDS (driver bug)", any idea where that comes > from?
It comes from DBI, which is pointing out that the number of returned rows is not matching the previously stated number. Do you have a test case that can trigger this?
Closing as no response for many years, and not other reports.