Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    
    
    $dbh->do("CREATE VIRTUAL TABLE data USING fts4 (col1 TEXT, col2 TEXT, 
    +tokenize=unicode61)") or print "failed to create fts4 table";
    
  2. or download this
    SQLite version: 3.8.0.2
    DBD::SQLite::db do failed: unknown tokenizer: unicode61 at e:\uni612.p
    +l line 22.
    
    failed to create fts4 table