Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 13388
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: Nobody in particular
Requestors: dbd-pg [...] perl.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.40
Fixed in: 1.44



Subject: Better prepare docs
(See CPAN bug #12978) Write better documentation about the case in which we are using server-side prepares and send the placeholder query directly to the backend, but it does not have enough information to tell what type one of the placeholders is. Example: "SELECT $1" Workarounds include setting $dbh->{pg_server_prepare} to 0 and rewriting the query as "SELECT $1::text"