Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79403 invoked by uid 1010); 20 Feb 2005 11:17:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79379 invoked from network); 20 Feb 2005 11:17:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2005 11:17:05 -0000 X-Host-Fingerprint: 212.227.126.188 moutng.kundenserver.de Received: from ([212.227.126.188:50981] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 1.2 (r4437)) with SMTP id BD/42-12222-0B178124 for ; Sun, 20 Feb 2005 06:17:05 -0500 Received: from [212.227.126.208] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1D2p59-0000Fo-00; Sun, 20 Feb 2005 12:16:59 +0100 Received: from [62.224.12.244] (helo=p3EE00CF4.dip0.t-ipconnect.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1D2p59-0008WU-00; Sun, 20 Feb 2005 12:16:59 +0100 Reply-To: thekid@thekid.de To: Wez Furlong Cc: internals@lists.php.net In-Reply-To: <4e89b426050220013247184025@mail.gmail.com> References: <1108833066.316.29.camel@localhost> <4e89b426050220013247184025@mail.gmail.com> Content-Type: text/plain Date: Sun, 20 Feb 2005 12:16:48 +0100 Message-ID: <1108898208.316.44.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:bf648c7cefcb4f7c0e2e63c674feb220 Subject: Re: [PHP-DEV] PDO/MySQL getColumnMeta() broken From: thekid@gmx.de (Timm Friebe) On Sun, 2005-02-20 at 04:32 -0500, Wez Furlong wrote: > On Sat, 19 Feb 2005 18:11:06 +0100, Timm Friebe wrote: > > with no indication what went wrong. > > Please read the OTN article to learn about the error modes in PDO. > (I expect everyone to have read this!) > > I find setting this: > > $dbh->setAttribute(PDO_ATTR_ERRMODE, PDO_ERRMODE_EXCEPTION); > > a useful tool while prototyping a script. Which wouldn't have helped because no error was raised at all, no warning, no notice, no exception, nothing. [...] > Please add that to the bug report so that I can find it easily, and > have something to refer to in the changelog. http://pecl.php.net/bugs/bug.php?id=3529 Timm If it ain't broken, it doesn't have enough features yet