Committed by Greg Sabino Mullane <[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