Home
last modified time | relevance | path

Searched refs:saved (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/test/
H A Dshared_err.test146 # "saved" (because another cursor is going to modify the underlying table).
225 # "saved".
303 # Provoke a malloc() failure when a cursor position is being saved. This
309 # owns the cursor (the one for which the position is not saved) should
383 # Again provoke a malloc() failure when a cursor position is being saved,
387 # owns the cursor (the one for which the position is not saved) should
H A De_reindex.test53 CREATE TABLE saved(a,b,c,d,e);
54 INSERT INTO saved SELECT * FROM sqlite_master WHERE type = 'index';
67 INSERT INTO sqlite_master SELECT * FROM saved;
68 DROP TABLE saved;
H A Dcrash2.test52 # pages 2 and 3 must also be saved in the journal to avoid
H A De_changes.test269 # returned by sqlite3_changes() function is saved. After the trigger
332 # sqlite3_changes() value will be saved and restored after each
H A DtriggerA.test226 # Clean up the saved database copy.
H A Dfts3corrupt4.test6069 set saved $sqlite_fts3_enable_parentheses
6095 set sqlite_fts3_enable_parentheses $saved
6099 set saved $sqlite_fts3_enable_parentheses
6114 set sqlite_fts3_enable_parentheses $saved
6141 set saved $sqlite_fts3_enable_parentheses
6152 set sqlite_fts3_enable_parentheses $saved
6272 set saved $sqlite_fts3_enable_parentheses
6284 set sqlite_fts3_enable_parentheses $saved
7027 set saved $sqlite_fts3_enable_parentheses
7032 set sqlite_fts3_enable_parentheses $saved
[all …]
H A De_walckpt.test24 # the current contents with the saved hashes and returns a list of the
H A Dsqllimits1.test900 foreach {key value} [array get saved] {
H A Dmalloc.test621 # must be "saved". Because the cursor is open on an index, this requires
H A Dpager1.test534 # file-system is saved just before the xDelete() call to remove the
H A Dfts1porter.test17776 saved save
H A Dgenesis.tcl1470 INSERT INTO t1(docid,words) VALUES(1047025,'And they said, Thou hast saved our lives: let us find g…
/sqlite-3.40.0/tool/
H A Domittest.tcl18 of the build is saved in <sub-directory>/build.log. The output of the
19 test-suite is saved in <sub-directory>/test.log.
H A Dlemon.c3931 char saved; in translate_code() local
3933 saved = *xp; in translate_code()
3967 *xp = saved; in translate_code()
H A Dbuild-all-msvc.bat754 REM NOTE: Restore the saved current directory from the directory stack.
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5_common.tcl420 set saved $::testprefix
429 set ::testprefix $saved
H A Dfts5porter.test8896 saved save saves save
/sqlite-3.40.0/
H A Daclocal.m4491 # variables for single and double quote escaping we saved from calls
2712 [Variables whose values should be saved in libtool wrapper scripts and
7394 # saved as a flag.
/sqlite-3.40.0/src/
H A Dshell.c.in4012 /* clear saved stmt handle */
11076 ** is saved only if input is interactive. An interrupt signal will
H A Dsqlite.h.in2562 ** sqlite3_changes() function is saved. After the trigger program
2569 ** value will be saved and restored after each sub-trigger has run.)^