Sun Dec 07 12:08:32 20088rt4 [...] queensu.ca - Ticket created
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
}
Tue Feb 24 08:23:01 2009cpan [...] aaroncrane.co.uk - Correspondence added
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
Tue Feb 24 08:23:02 2009The RT System itself - Status changed from 'new' to 'open'
Tue Feb 24 08:23:02 2009cpan [...] aaroncrane.co.uk - Status changed from 'open' to 'resolved'
Tue Feb 24 17:35:23 2009cpan [...] aaroncrane.co.uk - Fixed in 0.06 added