[DBD::Pg] pg_server_prepare should be 1 here. So this test is not working yet!
dbdpg-commits-gENoVmVU/[email protected] Mon, 18 Nov 2013 13:17:05 -0500
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> pg_server_prepare should be 1 here. So this test is not working yet! --- t/02attribs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02attribs.t b/t/02attribs.t index b97512a..5daa333 100644 --- a/t/02attribs.t +++ b/t/02attribs.t @@ -1557,7 +1557,7 @@ SKIP: { $dbh = connect_database({nosetup => 1, AutoCommit => 1 }); $dbh->{'AutoInactiveDestroy'} = $destroy; - $dbh->{'pg_server_prepare'} = 0; + $dbh->{'pg_server_prepare'} = 1; $sth = $dbh->prepare($SQL); $sth->execute(1); $sth->finish(); -- 1.8.4