Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45727 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21217 invoked from network); 11 Oct 2009 16:01:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Oct 2009 16:01:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=samuel.roze@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=samuel.roze@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: samuel.roze@gmail.com X-Host-Fingerprint: 209.85.219.227 mail-ew0-f227.google.com Received: from [209.85.219.227] ([209.85.219.227:48236] helo=mail-ew0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/B2-07273-85102DA4 for ; Sun, 11 Oct 2009 12:01:29 -0400 Received: by ewy27 with SMTP id 27so3678719ewy.23 for ; Sun, 11 Oct 2009 09:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=HC2kx+GaPh5txuQMLrR0jN1QCVBNvhfRRy3ScGWR2K0=; b=ZyzrMlxIrHOU2CdEGKhtrPyRVMSGlqvMwacTpupWTGOQm/B74Rdp+GghVXU2wncN0R 3SCQNxwORN347MMhh3Oybk0PSlYfmIFDnkzzy5p73k+kDKFDHnyV8Hq0DRcX5tQQymef 6raAUSV3wlLymL4aOZtS7VCU2seV0r8xZ8rbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=taH7aAZB6JOoCf+K2o+mBbDT7BK1sASAlisWtoFASq14Xn7PBr39DTiExF0fENugQe U2ZqI2lkzIZpAL2wNGt0UQv0jzyhs/XPqynDYdWIBYJiA1yJPaHna/aBb6HW5fDfLuEO IAk3U9uqKxbW8LHM589kg+UkG+J0r4VnvTsew= Received: by 10.211.154.18 with SMTP id g18mr998033ebo.70.1255276886018; Sun, 11 Oct 2009 09:01:26 -0700 (PDT) Received: from ?192.168.0.10? (lns-bzn-61-82-250-104-152.adsl.proxad.net [82.250.104.152]) by mx.google.com with ESMTPS id 7sm216244eyg.27.2009.10.11.09.01.24 (version=SSLv3 cipher=RC4-MD5); Sun, 11 Oct 2009 09:01:25 -0700 (PDT) To: Daniel Convissor Cc: PHP Internals List In-Reply-To: <20091011155545.GA20206@panix.com> References: <1255038690.10759.9.camel@samuel-laptop> <1255120269.3605.14.camel@samuel-laptop> <1255122734.3605.21.camel@samuel-laptop> <4AD09F8B.1010205@lsces.co.uk> <1255195945.3605.49.camel@samuel-laptop> <4AD0D5CD.6030107@lsces.co.uk> <1255257805.3605.58.camel@samuel-laptop> <20091011155545.GA20206@panix.com> Content-Type: text/plain; charset="UTF-8" Date: Sun, 11 Oct 2009 18:01:44 +0200 Message-ID: <1255276904.3605.61.camel@samuel-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Patch: Use notices in PDO From: samuel.roze@gmail.com (Samuel ROZE) Hi, Le dimanche 11 octobre 2009 à 11:55 -0400, Daniel Convissor a écrit : > Hi: > > If the notice/warning gathering abstraction is going to be sending > queries to the DBMS in the background, one needs to be careful about > maintaining both the results and metadata from the original query that > caused the warnings. For PostgreSQL, we don't need. For MySQL and Oracle, we need but this will be in an other function builds for. (so it will do NOT change the original query's data). Samuel. > > --Dan > > -- > T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y > data intensive web and database programming > http://www.AnalysisAndSolutions.com/ > 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 >