[svn:DBD-Pg] r11313 - DBD-Pg/trunk/t

[email protected]
Newsgroups perl.dbd.pg.changes
Message-ID <[email protected]>
Author: turnstep
Date: Sun May 25 07:45:45 2008
New Revision: 11313

Modified:
   DBD-Pg/trunk/t/02attribs.t

Log:
Add standard_conforming_strings tests back in for servers 8.1 and up


Modified: DBD-Pg/trunk/t/02attribs.t
==============================================================================
--- DBD-Pg/trunk/t/02attribs.t	(original)
+++ DBD-Pg/trunk/t/02attribs.t	Sun May 25 07:45:45 2008
@@ -324,7 +324,9 @@
 
 SKIP: {
 
-	skip 'Cannot test standard_conforming_strings on pre 8.1 servers', 3;
+	if ($pgversion < 80100) {
+		skip 'Cannot test standard_conforming_strings on pre 8.1 servers', 3;
+	}
 
 	$t=q{DB handle attribute "pg_standard_conforming_strings" returns a valid value};
 	my $oldscs = $dbh->{pg_standard_conforming_strings};
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.