/[webpac]/branches/drustvene/index_DBI_cache.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 /branches/drustvene/index_DBI_cache.pm

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

revision 400 by dpavlin, Fri Aug 27 17:23:14 2004 UTC revision 627 by dpavlin, Sun Jan 2 21:24:51 2005 UTC
# Line 102  sub insert { Line 102  sub insert {
102    
103          #$sth_cache{$field."select"}->execute($index_data) || die "cache: $field select; ".$self->{dbh}->errstr();          #$sth_cache{$field."select"}->execute($index_data) || die "cache: $field select; ".$self->{dbh}->errstr();
104    
         # XXX for some strange reason, it seems that some entries in my  
         # database produce strings which start with null byte. I suspect  
         # this to be bug in OpenIsis 0.9.0.  
         # This should fix it..  
         $index_data =~ s/^[^\w]+//;  
         $index_data = substr($index_data,0,255);  
   
105          my $uc = uc($index_data);          my $uc = uc($index_data);
106          if (! $c_table->{$field}->{$uc}) {          if (! $c_table->{$field}->{$uc}) {
107  #print stderr "in index: $index_data\n";  #print stderr "in index: $index_data\n";

Legend:
Removed from v.400  
changed lines
  Added in v.627

  ViewVC Help
Powered by ViewVC 1.1.26