]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Over.pm
over: unset sqlite_unicode attribute
[public-inbox.git] / lib / PublicInbox / Over.pm
index e5a980d59eacae3ba699e06af614cc43e83b2d2a..5d285057d690371653d0d2c6cbbaf6fcfee3c3ce 100644 (file)
@@ -36,7 +36,6 @@ sub dbh_new {
                $st = pack('dd', $st[0], $st[1]);
        } while ($st ne $self->{st} && $tries++ < 3);
        warn "W: $f: .st_dev, .st_ino unstable\n" if $st ne $self->{st};
-       $dbh->{sqlite_unicode} = 1;
        $dbh;
 }