Leave quotes from DBIC in bindargs
[scpubgit/Q-Branch.git] / lib / DBIx / Class / Storage / Debug / PrettyPrint.pm
index 59ffe42..a263001 100644 (file)
@@ -55,9 +55,6 @@ sub print {
 
   my $use_placeholders = !!$self->_sqlat->fill_in_placeholders;
 
-  # DBIC pre-quotes bindargs
-  $bindargs = [map { s/^'//; s/'$//; $_ } @{$bindargs}] if $use_placeholders;
-
   my $sqlat = $self->_sqlat;
   my $formatted;
   if ($self->squash_repeats && $self->_last_sql eq $string) {
@@ -97,6 +94,10 @@ sub query_end {
 
 =pod
 
+=head1 NAME
+
+DBIx::Class::Storage::Debug::PrettyPrint - Pretty Printing DebugObj
+
 =head1 SYNOPSIS
 
  DBIC_TRACE_PROFILE=~/dbic.json perl -Ilib ./foo.pl