From: | Laurent FAILLIE <l_faillie(at)yahoo(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | RE : Re: BUG #3271: PREPARE/EXCUTE don't work |
Date: | 2007-05-14 12:00:29 |
Message-ID: | 689429.6957.qm@web31115.mail.mud.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi Heikki,
--- Heikki Linnakangas <heikki(at)enterprisedb(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-05-14 13:25:21 | Re: BUG #3276: unique index/unique constraint |
Previous Message | Klint Gore | 2007-05-14 09:07:19 | Re: BUG #3277: error occurs between different versions |