Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82612 invoked by uid 1010); 15 Nov 2007 00:15:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82597 invoked from network); 15 Nov 2007 00:15:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Nov 2007 00:15:55 -0000 X-Host-Fingerprint: 80.197.188.103 0x50c5bc67.odnxx5.adsl-dhcp.tele.dk Received: from [80.197.188.103] ([80.197.188.103:24553] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 41/05-46940-ABF8B374 for ; Wed, 14 Nov 2007 19:15:54 -0500 Message-ID: <41.05.46940.ABF8B374@pb1.pair.com> To: internals@lists.php.net Reply-To: "Lars Westermann" References: <473B148B.3010506@oeri.ch> <38EF99F1-2299-4C7D-857F-67ED1D60FFA1@pooteeweet.org> Date: Thu, 15 Nov 2007 01:15:46 +0100 Lines: 26 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-RFC2646: Format=Flowed; Response X-Posted-By: 80.197.188.103 Subject: Re: [PHP-DEV] pdo_firebird: PDO::ATTR_FETCH_TABLE_NAMES support From: Lars.Westermann@privat.dk ("Lars Westermann") Fixed in PHP_5_3 /Lars "Lukas Kahwe Smith" skrev i en meddelelse news:38EF99F1-2299-4C7D-857F-67ED1D60FFA1@pooteeweet.org... > > 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