Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43592 invoked by uid 1010); 13 Oct 2007 10:31:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 43554 invoked from network); 13 Oct 2007 10:31:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2007 10:31:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin@divbyzero.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=martin@divbyzero.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain divbyzero.net from 80.237.234.119 cause and error) X-PHP-List-Original-Sender: martin@divbyzero.net X-Host-Fingerprint: 80.237.234.119 mx.bauer-kirch.de Linux 2.4/2.6 Received: from [80.237.234.119] ([80.237.234.119:57024] helo=mx.bauer-kirch.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/71-30986-A7E90174 for ; Sat, 13 Oct 2007 06:31:22 -0400 Received: by mx.bauer-kirch.de with ESMTP id 1IgeGU-00066B-4b for ; Sat, 13 Oct 2007 12:30:38 +0200 Date: Sat, 13 Oct 2007 12:30:39 +0200 To: internals@lists.php.net Message-ID: <20071013103039.GA2893@trior.divbyzero.net> References: <20071013094625.GA30814@trior.divbyzero.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071013094625.GA30814@trior.divbyzero.net> User-Agent: Mutt (Cray UniCOS) Subject: Re: [PHP-DEV] Patch for #42589 From: martin@divbyzero.net (Martin Jansen) On Sat Oct 13, 2007 at 11:4625AM +0200, Martin Jansen wrote: > Attached is a patch for the MySQL and SQLite drivers of PDO that > implements the feature request from #42589 by adding the name of the > table where the column is from to the output of getColumnMeta(). Antony already implemented this in PECL's pdo_mysql 4 months ago, but these changes haven't yet been merged into HEAD. The SQLite driver in PECL however also lacks this feature. - Martin