/[webpac2]/trunk/lib/WebPAC/Input/DBI.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input/DBI.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1360 by dpavlin, Tue Mar 15 22:50:20 2011 UTC revision 1361 by dpavlin, Wed Mar 16 20:16:42 2011 UTC
# Line 52  sub new { Line 52  sub new {
52    
53          my $dbh = DBI->connect( $self->dsn, $self->user, $self->passwd, { RaiseError => 1 } );          my $dbh = DBI->connect( $self->dsn, $self->user, $self->passwd, { RaiseError => 1 } );
54    
55            $dbh->{sqlite_unicode} = 1;
56    
57          $log->debug( "sql ",$self->path, "\n", $sql );          $log->debug( "sql ",$self->path, "\n", $sql );
58    
59          my $sth = $dbh->prepare( $sql );          my $sth = $dbh->prepare( $sql );

Legend:
Removed from v.1360  
changed lines
  Added in v.1361

  ViewVC Help
Powered by ViewVC 1.1.26