Skip Menu |

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

Report information
The Basics
Id: 41511
Status: resolved
Priority: 0/
Queue: DBD-PgPP

People
Owner: Nobody in particular
Requestors: 8rt4 [...] queensu.ca
Cc:
AdminCc:

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



Subject:
Date: Sun, 07 Dec 2008 12:08:09 -0500
To: bug-DBD-PgPP [...] rt.cpan.org
From: Ran Tang <8rt4 [...] queensu.ca>
DBD-PgPP-0.04 perl v5.10.0 Linux 2.6.24 Every time sql statements are nested, there is a problem: If the outer sql return b fields per row, and inner sql return more than b fields per row, PgPP will die. Nested sql are like this: some stament execute while (@data = some statment get a row) { some other statment execute }
Subject: Interleaving fetch and execute
This issue is believed to be fixed in DBD::PgPP 0.06. Please reopen this ticket if you can still reproduce the problem in that version. -- Aaron Crane