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

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Wed Dec 17 05:23:13 2008
New Revision: 12179

Modified:
   DBD-Pg/trunk/t/12placeholders.t

Log:
Set backslash_quote manually for testing.


Modified: DBD-Pg/trunk/t/12placeholders.t
==============================================================================
--- DBD-Pg/trunk/t/12placeholders.t	(original)
+++ DBD-Pg/trunk/t/12placeholders.t	Wed Dec 17 05:23:13 2008
@@ -271,6 +271,8 @@
 }
 
 $t='Backslash quoting inside double quotes is parsed correctly';
+$dbh->do(q{SET backslash_quote = 'on'});
+$dbh->commit();
 eval {
 	$sth = $dbh->prepare(q{SELECT * FROM "\" WHERE a=?});
 	$sth->execute(1);
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.