Home
last modified time | relevance | path

Searched refs:ins (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/test/
H A Dtkt-f777251dc7a.test93 proc ins {} { db eval {INSERT INTO t3 VALUES('hello')} }
94 db function ins ins
98 SELECT ins() AS x FROM t2 UNION ALL SELECT ins() AS x FROM t1
H A Dindex7.test32 set ins "INSERT INTO $tabname VALUES"
36 append ins ${sep}\$x($col)
40 append ins )
44 $db eval $ins
H A Dautoindex2.test229 # the th3private check-ins on 2016-02-25. The test is much more accurate when
H A Dpragma.test62 set ins "INSERT INTO $tabname VALUES"
66 append ins ${sep}\$x($col)
70 append ins )
74 $db eval $ins
H A Dcast.test25 # Tests for the CAST( AS blob), CAST( AS text) and CAST( AS numeric) built-ins
/sqlite-3.40.0/tool/
H A Dsqldiff.c456 Str ins; /* Beginning of the INSERT statement */ in dump_table() local
465 strInit(&ins); in dump_table()
468 strPrintf(&ins,"INSERT INTO %s VALUES", zId); in dump_table()
485 strPrintf(&ins, "INSERT INTO %s", zId); in dump_table()
488 strPrintf(&ins, "%s%s", zSep, az[i]); in dump_table()
491 strPrintf(&ins,") VALUES"); in dump_table()
496 fprintf(out, "%s",ins.z); in dump_table()
506 strFree(&ins); in dump_table()
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dinstall-sh349 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
/sqlite-3.40.0/
H A DREADME.md16 then you are looking at a mirror. The names of check-ins and
18 names for those objects. The official names for check-ins are
43 * For other check-ins, substitute an appropriate branch name or
H A Dltmain.sh720 install|instal|insta|inst|ins|in|i)
/sqlite-3.40.0/doc/
H A Djson-enhancements.md140 After these enhancements, the JSON functions are now built-ins.