Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 27) sorted by relevance

12

/sqlite-3.40.0/tool/
H A Dstack_usage.tcl20 set recursive($curfunc) {}
58 global calls recursive
69 lappend recursive($root) [concat $path $root]
81 foreach f [array names recursive] {
83 foreach m $recursive($f) {
H A Dshowdb.c742 int recursive /* Follow the trunk change if true */ in decode_trunk_page() argument
763 if( !recursive ){ in decode_trunk_page()
1208 int recursive = 0; in main() local
1211 if( zLeft[j]=='r' ) recursive = 1; in main()
1214 decode_trunk_page(iStart, detail, recursive); in main()
H A Dgenfkey.README84 * SQLite does not support recursive triggers, and therefore this program
85 does not support recursive CASCADE or SET NULL foreign key
88 malfunction. This is also true if the recursive foreign key constraint
/sqlite-3.40.0/test/
H A Dmutex1.test41 # is called it obtains the 'static_main' mutex 3 times and a recursive
111 fast recursive static_app1 static_app2
169 # Open and use a connection in "nomutex" mode. Test that no recursive
179 set counters(recursive)
H A Dwith1.test364 } {1 {multiple recursive references: t}}
375 # Compute the mandelbrot set using a recursive query
418 # Solve a sudoku puzzle using a recursive query
488 # Test the ORDER BY clause on recursive tables.
831 # Column wildcards on the LHS of a recursive table expression
860 # 2015-07-05: Do not allow aggregate recursive queries
866 } {1 {recursive aggregate queries not supported}}
868 # Or window-function recursive queries. Ticket e8275b41.
875 } {1 {cannot use window functions in recursive queries}}
886 } {1 {cannot use window functions in recursive queries}}
[all …]
H A Dtkt3731.test21 # The tests in this file were written before SQLite supported recursive
23 # recursive triggers for this file.
H A Dtrigger3.test21 # The tests in this file were written before SQLite supported recursive }
23 # recursive triggers for this file.
H A Dwith5.test12 # focus of this file is recursive common table expressions with
13 # multiple recursive terms in the compound select.
H A DtriggerC.test33 # triggerC-5.*: Test that when recursive triggers are enabled DELETE
36 # if recursive triggers are not enabled.
42 # Enable recursive triggers for this file.
51 # specific problems while modifying SQLite to support recursive
165 # This block of tests, triggerC-2.*, tests that recursive trigger
167 # this block focuses on recursive INSERT triggers.
649 # statements return the current value of the recursive triggers flag.
H A Dattach3.test26 # The tests in this file were written before SQLite supported recursive
28 # recursive triggers for this file.
H A Dwithout_rowid4.test40 # without_rowid4-4.2: Trivial recursive trigger handling
60 # The tests in this file were written before SQLite supported recursive
62 # recursive triggers for this file.
446 # Simple recursive trigger
H A Dtrigger2.test37 # trigger2-4.2: Trivial recursive trigger handling
58 # The tests in this file were written before SQLite supported recursive
60 # recursive triggers for this file.
442 # Simple recursive trigger
H A Dkeyword1.test68 recursive
H A DtriggerG.test24 # The OP_Once opcode was not working correctly for recursive triggers.
H A Dmisc2.test21 # The tests in this file were written before SQLite supported recursive
23 # recursive triggers for this file.
H A Dwith3.test73 # Test that the planner notices LIMIT clauses on recursive WITH queries.
H A Dfkey2.test36 # fkey2-4.*: Test that FK actions may recurse even when recursive triggers
443 # Test cases fkey2-4.* test that recursive foreign key actions
444 # (i.e. CASCADE) are allowed even if recursive triggers are disabled.
H A Dwith2.test167 } {1 {multiple references to recursive table: t4}}
H A Dwithout_rowid3.test37 # without_rowid3-4.*: Test that FK actions may recurse even when recursive triggers
443 # Test cases without_rowid3-4.* test that recursive foreign key actions
444 # (i.e. CASCADE) are allowed even if recursive triggers are disabled.
H A Dwindow1.test688 } {1 {cannot use window functions in recursive queries}}
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-opfs.js1061 opfsUtil.unlink = async function(fsEntryName, recursive = false, argument
1066 await hDir.removeEntry(filenamePart, {recursive}); field
1119 recursive: true, property
1129 else if(opt.recursive && 'directory' === handle.kind){
H A Dsqlite3-opfs-async-proxy.js409 xDeleteNoWait: async function(filename, syncDir = 0, recursive = false){ argument
428 await hDir.removeEntry(filenamePart, {recursive}); field
430 recursive = false;
/sqlite-3.40.0/autoconf/
H A DINSTALL327 `--help=recursive'
330 only in the top level, while the `recursive' variant lists options
/sqlite-3.40.0/
H A Dconfigure1094 ac_init_help=recursive ;;
1536 short | recursive ) echo "Configuration of sqlite 3.40.0:";;
/sqlite-3.40.0/src/
H A Dsqlite.h.in1808 ** all mutexes including the recursive
7751 ** a new mutex. ^The new mutex is recursive when SQLITE_MUTEX_RECURSIVE
7755 ** not want to. SQLite will only request a recursive mutex in
7756 ** cases where it really needs one. If a faster non-recursive mutex
7871 ** memory allocation for a fast or recursive mutex.

12