Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23307 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12984 invoked by uid 1010); 12 May 2006 15:02:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12969 invoked from network); 12 May 2006 15:02:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 May 2006 15:02:23 -0000 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:4659] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 01/55-19568-E73A4644 for ; Fri, 12 May 2006 11:02:23 -0400 Received: from localhost ([127.0.0.1] helo=OHRLVN4523SG) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1FeYWi-0000PI-00; Fri, 12 May 2006 07:21:56 -0700 Message-ID: <001a01c675d5$0ba25670$88051fac@OHRLVN4523SG> To: "\"Marian Kostadinov\"" Cc: References: Date: Fri, 12 May 2006 08:02:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: Change PDO quoting From: pollita@php.net ("Sara Golemon") It depends on the driver you're using and (typically) how that driver's client library chooses to quote NULL values. For some it does precisely this already. -Sara ----- Original Message ----- From: ""Marian Kostadinov"" Newsgroups: php.internals To: Sent: Friday, May 12, 2006 4:18 AM Subject: Change PDO quoting As it is a time of big changes and incompatibilities, maybe it is a good moment to change PDO::quote method to quote NULL to NULL instead of an empty string. This is the consistent behaviour, don't you think?