[interchange-cvs] interchange - kwalsh modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Jul 30 19:37:38 EDT 2006


User:      kwalsh
Date:      2006-07-30 23:37:38 GMT
Modified:  lib/Vend Interpolate.pm
Log:
    * The [sql-quote] sub-tag (in the [query] tag) didn't work properly
      if the column data spanned multiple lines, as it may do with an
      INSERT or UPDATE etc.

Revision  Changes    Path
2.272     +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.272, prev_rev 2.271
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.271
retrieving revision 2.272
diff -u -r2.271 -r2.272
--- Interpolate.pm	26 Apr 2006 12:04:59 -0000	2.271
+++ Interpolate.pm	30 Jul 2006 23:37:38 -0000	2.272
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.271 2006/04/26 12:04:59 racke Exp $
+# $Id: Interpolate.pm,v 2.272 2006/07/30 23:37:38 kwalsh Exp $
 #
 # Copyright (C) 2002-2006 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.271 $, 10);
+$VERSION = substr(q$Revision: 2.272 $, 10);
 
 @EXPORT = qw (
 
@@ -4437,7 +4437,7 @@
 			\[\Q$opt->{prefix}\E[_-]quote\](.*?)\[/\Q$opt->{prefix}\E[_-]quote\]
 		:
 			$db->quote($1)
-		:xige;
+		:xisge;
 
 	if (! $opt->{wantarray} and ! defined $MVSAFE::Safe) {
 		my $result = $db->query($opt, $text);








More information about the interchange-cvs mailing list