PQsendQueryParams() causes prepared statement error

From: Denis Feklushkin <denis(dot)feklushkin(at)gmail(dot)com>
To: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: PQsendQueryParams() causes prepared statement error
Date: 2012-11-07 02:33:10
Message-ID: 1352255590.27348.11.camel@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

in 9.2.0:

PQsendQueryParams() with multiple command statement (like "select 123;
select 456") unexpectedly causes error:

"cannot insert multiple commands into a prepared statement."

But PQsendQuery() works fine.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Saravanan Nagarajan 2012-11-07 11:21:14 duplicate key value violates unique constraint "tableName_pk"
Previous Message Denis Feklushkin 2012-11-07 02:30:28 Bug reporting form :-(