Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: dmitry [...] karasik.eu.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.43_1
Fixed in: 1.43



Subject: select statement in in () parsed incorrectly
I've noticed that in 1.43_1 a select call $dbh-> selectall_arrayref("( select a from b where c=?)", {}, $c); causes the following error message to appear: DBD::Pg::db selectall_arrayref failed: called with 1 bind variables when 0 are needed. If () are removed from the statements, there's no error produced.