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.