Skip Menu |

This queue is for tickets about the SQL-Statement CPAN distribution.

Report information
The Basics
Id: 41875
Status: resolved
Priority: 0/
Queue: SQL-Statement

People
Owner: Nobody in particular
Requestors: alok.gondhalekar [...] ge.com
Cc:
AdminCc:

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



Subject: Bug in synopsis example
Date: Mon, 22 Dec 2008 13:26:39 -0500
To: <bug-SQL-Statement [...] rt.cpan.org>
From: "Gondhalekar, Alok (GE Money, consultant)" <alok.gondhalekar [...] ge.com>
printf "Tables %s\n",join',',$stmt->tables; should be printf "Tables %s\n",join',',map{$_->name}$stmt->tables;
Fix applied in 1.16_02