Revision 763
- Date:
- 2019/01/23 17:31:01
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/lib/Contenido/Object.pm
473 473 $binds->[$i] = Encode::decode($state->db_encode_data, $binds->[$i], Encode::FB_HTMLCREF); 474 474 } 475 475 } 476 } elsif ( version->parse($DBD::Pg::VERSION) > version->parse('3') && version->parse($DBD::Pg::VERSION) < version->parse('3.7.0') ) { 476 } elsif ( version->parse($DBD::Pg::VERSION) > version->parse('3') && $] < '5.026' ) { 477 477 foreach my $i (0..$#{$binds}) { 478 478 if ( ref $binds->[$i] ) { 479 479 $binds->[$i] = Data::Recursive::Encode->decode_utf8($binds->[$i]);