Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: geoff [...] gbdirect.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.32
Fixed in: 1.40



Subject: Positional parameters screwed with
It seems that DBD::Pg now has some stuff to do something with positional parameters. I'm not sure what it's trying to do, but it breaks in the case that you try to use do() to run a 'prepare' query that has positional parameters in. For example: db->do(q[ PREPARE search_query (text) as SELECT blah FROM blah WHERE stuff = $1 ]); It doesn't like the $1. This works fine with DBD::PgPP though. qef
This has been "fixed" and will not be a problem in the next release (soon, I hope!).