Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33141 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52232 invoked by uid 1010); 14 Nov 2007 15:31:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 52210 invoked from network); 14 Nov 2007 15:31:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2007 15:31:53 -0000 Authentication-Results: pb1.pair.com header.from=hp@oeri.ch; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=hp@oeri.ch; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain oeri.ch from 91.121.24.69 cause and error) X-PHP-List-Original-Sender: hp@oeri.ch X-Host-Fingerprint: 91.121.24.69 saintcyr.oeri.ch Received: from [91.121.24.69] ([91.121.24.69:37539] helo=saintcyr.oeri.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7D/D9-55670-4E41B374 for ; Wed, 14 Nov 2007 10:31:52 -0500 Received: from [10.1.0.6] (unknown [194.230.72.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hpoeri) by saintcyr.oeri.ch (Postfix) with ESMTP id D4D7B31FDB; Wed, 14 Nov 2007 16:30:18 +0100 (CET) Message-ID: <473B148B.3010506@oeri.ch> Date: Wed, 14 Nov 2007 16:30:19 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support From: hp@oeri.ch (Hans-Peter Oeri) 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. HPO