RE : Re: BUG #3271: PREPARE/EXCUTE don't work - Mailing list pgsql-bugs

From Laurent FAILLIE
Subject RE : Re: BUG #3271: PREPARE/EXCUTE don't work
Date
Msg-id 689429.6957.qm@web31115.mail.mud.yahoo.com
Whole thread Raw
In response to Re: BUG #3271: PREPARE/EXCUTE don't work  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-bugs
Hi Heikki,

--- Heikki Linnakangas <heikki@enterprisedb.com> a
écrit :

> > www=> PREPARE authn_dbd_1 (varchar) AS select mdp
> from mariage.comptes where
> > nom = '$1';
>
> That $1 should be without the quotes, like this:
>
> PREPARE authn_dbd_1 (varchar) AS select mdp from
> mariage.comptes where
> nom = $1
>
> Otherwise the query looks for a user named '$1'.

Ok, it's working, thanks a log.
So, Apache DBD module is faulty, I will try to solve
out this issue and revert it back to apache team.

Thanks agains.

Laurent


The misspelling master is on the Web.
   _________    100 % Dictionnary Free !
  /        /(
 /  Dico  / /    Pleins d'autres fautes sur
/________/ /
(#######( /    http://destroyedlolo.homeunix.org
Quoi, des fautes d'orthographe! Pas possible ;-D.


      _____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

pgsql-bugs by date:

Previous
From: Klint Gore
Date:
Subject: Re: BUG #3277: error occurs between different versions
Next
From: Tom Lane
Date:
Subject: Re: BUG #3276: unique index/unique constraint