Re: [BUGS] PQsendQueryParams() causes prepared statement error

2012-11-07 Thread Denis Feklushkin
В Срд, 07/11/2012 в 11:48 -0500, Tom Lane пишет: > Denis Feklushkin writes: > > 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." > > This is not a bu

Re: [BUGS] PQsendQueryParams() causes prepared statement error

2012-11-07 Thread Tom Lane
Denis Feklushkin writes: > 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." This is not a bug, it's intentional (and documented) behavior.