Searched refs:saved (Results 1 – 20 of 20) sorted by relevance
146 # "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. This309 # owns the cursor (the one for which the position is not saved) should383 # 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
53 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;
52 # pages 2 and 3 must also be saved in the journal to avoid
269 # returned by sqlite3_changes() function is saved. After the trigger332 # sqlite3_changes() value will be saved and restored after each
226 # Clean up the saved database copy.
6069 set saved $sqlite_fts3_enable_parentheses6095 set sqlite_fts3_enable_parentheses $saved6099 set saved $sqlite_fts3_enable_parentheses6114 set sqlite_fts3_enable_parentheses $saved6141 set saved $sqlite_fts3_enable_parentheses6152 set sqlite_fts3_enable_parentheses $saved6272 set saved $sqlite_fts3_enable_parentheses6284 set sqlite_fts3_enable_parentheses $saved7027 set saved $sqlite_fts3_enable_parentheses7032 set sqlite_fts3_enable_parentheses $saved[all …]
24 # the current contents with the saved hashes and returns a list of the
900 foreach {key value} [array get saved] {
621 # must be "saved". Because the cursor is open on an index, this requires
534 # file-system is saved just before the xDelete() call to remove the
17776 saved save
1470 INSERT INTO t1(docid,words) VALUES(1047025,'And they said, Thou hast saved our lives: let us find g…
18 of the build is saved in <sub-directory>/build.log. The output of the19 test-suite is saved in <sub-directory>/test.log.
3931 char saved; in translate_code() local3933 saved = *xp; in translate_code()3967 *xp = saved; in translate_code()
754 REM NOTE: Restore the saved current directory from the directory stack.
420 set saved $::testprefix429 set ::testprefix $saved
8896 saved save saves save
491 # variables for single and double quote escaping we saved from calls2712 [Variables whose values should be saved in libtool wrapper scripts and7394 # saved as a flag.
4012 /* clear saved stmt handle */11076 ** is saved only if input is interactive. An interrupt signal will
2562 ** sqlite3_changes() function is saved. After the trigger program 2569 ** value will be saved and restored after each sub-trigger has run.)^