Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33140 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49568 invoked by uid 1010); 14 Nov 2007 15:28:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49544 invoked from network); 14 Nov 2007 15:28:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2007 15:28:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:58904] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/79-55670-0241B374 for ; Wed, 14 Nov 2007 10:28:36 -0500 Received: from [192.168.5.106] (cust.static.84-253-51-151.cybernet.ch [84.253.51.151]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 83BA0181CFA9; Wed, 14 Nov 2007 16:32:11 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Content-Transfer-Encoding: 7bit Date: Wed, 14 Nov 2007 16:28:02 +0100 To: Hans-Peter Oeri , PHP Developers Mailing List X-Mailer: Apple Mail (2.752.3) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0, required 6) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support From: mls@pooteeweet.org (Lukas Kahwe Smith) On 14.11.2007, at 15:55, Hans-Peter Oeri wrote: > I just needed ATTR_FETCH_TABLE_NAMES support in pdo_firebird. W/o any > knowledge about PHP politics, please let me humbly offer the > corresponding patch. Driver specific attributes and methods should be prefixed accordingly. What does this option do btw? Is this about qualifying column names with the table name? In that case this is something that should maybe be a standard attribute, since its also supported by sqlite and maybe some other RDBMS. regards, Lukas