3 # The author disclaims copyright to this source code. In place of
4 # a legal notice, here is a blessing:
6 # May you do good and not evil.
7 # May you find forgiveness for yourself and forgive others.
8 # May you share freely, never taking more than you give.
10 #***********************************************************************
14 source [file join [file dirname [info script]] fts5_common.tcl]
15 set testprefix fts5unicode4
17 # If SQLITE_ENABLE_FTS5 is defined, omit this file.
24 CREATE VIRTUAL TABLE sss USING fts5(a, prefix=3);
28 INSERT INTO sss VALUES('γΎγγ');