Searched refs:ins (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | tkt-f777251dc7a.test | 93 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 D | index7.test | 32 set ins "INSERT INTO $tabname VALUES" 36 append ins ${sep}\$x($col) 40 append ins ) 44 $db eval $ins
|
| H A D | autoindex2.test | 229 # the th3private check-ins on 2016-02-25. The test is much more accurate when
|
| H A D | pragma.test | 62 set ins "INSERT INTO $tabname VALUES" 66 append ins ${sep}\$x($col) 70 append ins ) 74 $db eval $ins
|
| H A D | cast.test | 25 # Tests for the CAST( AS blob), CAST( AS text) and CAST( AS numeric) built-ins
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 456 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 D | install-sh | 349 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
|
| /sqlite-3.40.0/ |
| H A D | README.md | 16 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 D | ltmain.sh | 720 install|instal|insta|inst|ins|in|i)
|
| /sqlite-3.40.0/doc/ |
| H A D | json-enhancements.md | 140 After these enhancements, the JSON functions are now built-ins.
|