Re: [BUGS] BUG #1234: prepared statements and libpq don't work as expected

2004-08-27 Thread Tom Lane
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes: > The code in question looks like this: > static const char *prepareuserquery = >"PREPARE UserQuery (text,text) AS SELECT UserID FROM Users WHERE Name=$1 > AND Password=$2"; > if( ( result = PQexecPrepared( sqlhandle, "UserQuery", 2,

[BUGS] BUG #1234: prepared statements and libpq don't work as expected

2004-08-27 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1234 Logged by: Sven Riedel Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Beta Operating system: Linux, Kernel 2.6 Description:prepared statements and libpq don't work as expected Details: Hi,