Home
last modified time | relevance | path

Searched refs:ct (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/tool/
H A Dsqldiff.c1265 Str ct = {0, 0, 0}; /* The "CREATE TABLE data_xxx" statement */ in rbudiff_one_table() local
1286 strPrintf(&ct, "CREATE TABLE IF NOT EXISTS 'data_%q'(", zTab); in rbudiff_one_table()
1287 if( bOtaRowid ) strPrintf(&ct, "rbu_rowid, "); in rbudiff_one_table()
1288 strPrintfArray(&ct, ", ", "%s", &azCol[bOtaRowid], -1); in rbudiff_one_table()
1289 strPrintf(&ct, ", rbu_control);"); in rbudiff_one_table()
1308 if( ct.z ){ in rbudiff_one_table()
1309 fprintf(out, "%s\n", ct.z); in rbudiff_one_table()
1310 strFree(&ct); in rbudiff_one_table()
1376 strFree(&ct); in rbudiff_one_table()
/sqlite-3.40.0/test/
H A Dcorrupt.test213 set ct "CREATE TABLE t1(c0 "
215 while {[string length $ct] < 950} { append ct ", c[incr i]" }
216 append ct ")"
217 execsql $ct
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5fault1.test79 INSERT INTO t2 VALUES('ct d sq kc qi k f j', 'sn gh c of g s qt q');