Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33143 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68763 invoked by uid 1010); 14 Nov 2007 16:10:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68746 invoked from network); 14 Nov 2007 16:10:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2007 16:10:54 -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:56111] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A2/DB-55670-0671B374 for ; Wed, 14 Nov 2007 10:42:24 -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 DF265181CFDB; Wed, 14 Nov 2007 16:46:12 +0100 (CET) In-Reply-To: <473B148B.3010506@oeri.ch> References: <473B148B.3010506@oeri.ch> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <38EF99F1-2299-4C7D-857F-67ED1D60FFA1@pooteeweet.org> Cc: PHP Developers Mailing List Content-Transfer-Encoding: 7bit Date: Wed, 14 Nov 2007 16:42:04 +0100 To: Hans-Peter Oeri 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 16:30, Hans-Peter Oeri wrote: > Hi1 > > Lukas Kahwe Smith wrote: >> 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. > It's a documented attribute in the manual (list of constants) - > sorry if > I should have misunderstood that. Ah nevermind me then .. i did not notice when this attribute was added. regards, Lukas