Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4477 invoked by uid 1010); 22 Mar 2005 15:20:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4461 invoked from network); 22 Mar 2005 15:20:01 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 22 Mar 2005 15:20:01 -0000 X-Host-Fingerprint: 64.233.170.200 rproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.170.200:44511] helo=rproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5268)) with SMTP id 65/55-36163-1A730424 for ; Tue, 22 Mar 2005 10:20:01 -0500 Received: by rproxy.gmail.com with SMTP id i8so1219790rne for ; Tue, 22 Mar 2005 07:19:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=tdGtI6IAff3efSS8UNynoQkaotGIhTStoahcxPmoRhX5tPW3CUyihxweV+Zq/juzs5nG1mRzEa8SRCVbo7hOdOYlg8F40u3RPlOhJkA+EKs/8NrdbdXb9GIzLZ78tJXKHvRe+KCuxS7nSeZkByytsV5VVP1pSEbjSNAxfHiroFc= Received: by 10.38.66.77 with SMTP id o77mr2758713rna; Tue, 22 Mar 2005 07:19:59 -0800 (PST) Received: by 10.38.65.30 with HTTP; Tue, 22 Mar 2005 07:19:58 -0800 (PST) Message-ID: Date: Tue, 22 Mar 2005 10:19:58 -0500 Reply-To: Dan Scott To: php-dev In-Reply-To: <42402D82.8000305@familyhealth.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <423F84AD.9070809@familyhealth.com.au> <027201c52ed8$8b369170$1200000a@intra.emini.dk> <42402D82.8000305@familyhealth.com.au> Subject: Re: [PHP-DEV] pdo_pgsql From: denials@gmail.com (Dan Scott) Hi Chris: As documented in http://www.php.net/manual/en/function.pdo-prepare.php: "The SQL statement can contain zero or more named (:name) or question mark (?) parameter markers for which real values will be substituted when the statement is executed." Anything beyond this would be an extension to the PDO spec that would have to be implemented within the actual pdo_pgsql driver. Dan On Tue, 22 Mar 2005 22:36:50 +0800, Christopher Kings-Lynne wrote: > > Most of the PDO interface is supported in pgsql driver. However we do not > > use native pgsql prepare/execute but PDO's built in emulation for it. If you > > could look into how could native api be used in pdo_pgsql that would be > > great. > > > > Ooer. How on earth do you simulate the parameter markers? Are they > required to be '?'? Do you deal with dollar quoting, etc.? > > Chris > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >