Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47257 invoked from network); 15 Feb 2009 18:31:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2009 18:31:58 -0000 Authentication-Results: pb1.pair.com header.from=lester@lsces.co.uk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lester@lsces.co.uk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lsces.co.uk from 213.123.26.184 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 213.123.26.184 c2beaomr06.btconnect.com Received: from [213.123.26.184] ([213.123.26.184:7282] helo=c2beaomr06.btconnect.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/97-08422-C9F58994 for ; Sun, 15 Feb 2009 13:31:57 -0500 Received: from [10.0.0.150] (host81-138-11-136.in-addr.btopenworld.com [81.138.11.136]) by c2beaomr06.btconnect.com (MOS 3.8.6-GA) with ESMTP id BCP44065; Sun, 15 Feb 2009 18:31:52 GMT Message-ID: <49985F97.9000706@lsces.co.uk> Date: Sun, 15 Feb 2009 18:31:51 +0000 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.1.19) Gecko/20081216 SeaMonkey/1.1.14 MIME-Version: 1.0 To: PHP Development Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=10/50, host=c2beaomr06.btconnect.com X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090209.49985F99.00E5,ss=1,fgs=0, ip=10.0.0.150, so=2007-10-30 19:00:17, dmn=5.7.1/2008-09-02 X-Junkmail-IWF: false Subject: Tidying up PDO tests From: lester@lsces.co.uk (Lester Caine) I've been looking into the failures on http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests with relation to the firebird pdo driver, and the first problem that needs to be addressed is the SQL differences in order for the different drivers to work. I'm seeing specific fixes for some drivers in the tests, but how should the fact that PDO does not handle the different SQL requirements be addressed in these generic tests? Obviously the first problem is identifying driver bugs from bugs in the tests themselves, in particular the upper/lower case 'defaults', and the use of non standard field definitions. -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/lsces/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php