Revision 796

Date:
2020/06/18 14:25:57
Author:
ahitrov
Revision Log:
No warnings

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/lib/Contenido/Keeper.pm

     
    206 206 # ----------------------------------------------------------------------------------------
    207 207 # Выполняем
    208 208 # ----------------------------------------------------------------------------------------
    209 warn "PG Ver: $DBD::Pg::VERSION\n";
    210 warn Data::Dumper::Dumper($binds);
    209 # warn "PG Ver: $DBD::Pg::VERSION\n";
    210 # warn Data::Dumper::Dumper($binds);
    211 211 unless ($sth->execute(@$binds)) {
    212 212 $self->error;
    213 213 $log->error("DBI execute error on $$query\n".Data::Dumper::Dumper($DBD::Pg::VERSION >= '3' ? Data::Recursive::Encode->encode_utf8($binds) : $binds)."\ncalled with opts:\n".Data::Dumper::Dumper(\%opts));