| /sqlite-3.40.0/tool/ |
| H A D | stack_usage.tcl | 20 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 D | showdb.c | 742 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 D | genfkey.README | 84 * 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 D | mutex1.test | 41 # 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 D | with1.test | 364 } {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 D | tkt3731.test | 21 # The tests in this file were written before SQLite supported recursive 23 # recursive triggers for this file.
|
| H A D | trigger3.test | 21 # The tests in this file were written before SQLite supported recursive } 23 # recursive triggers for this file.
|
| H A D | with5.test | 12 # focus of this file is recursive common table expressions with 13 # multiple recursive terms in the compound select.
|
| H A D | triggerC.test | 33 # 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 D | attach3.test | 26 # The tests in this file were written before SQLite supported recursive 28 # recursive triggers for this file.
|
| H A D | without_rowid4.test | 40 # 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 D | trigger2.test | 37 # 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 D | keyword1.test | 68 recursive
|
| H A D | triggerG.test | 24 # The OP_Once opcode was not working correctly for recursive triggers.
|
| H A D | misc2.test | 21 # The tests in this file were written before SQLite supported recursive 23 # recursive triggers for this file.
|
| H A D | with3.test | 73 # Test that the planner notices LIMIT clauses on recursive WITH queries.
|
| H A D | fkey2.test | 36 # 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 D | with2.test | 167 } {1 {multiple references to recursive table: t4}}
|
| H A D | without_rowid3.test | 37 # 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 D | window1.test | 688 } {1 {cannot use window functions in recursive queries}}
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-opfs.js | 1061 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 D | sqlite3-opfs-async-proxy.js | 409 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 D | INSTALL | 327 `--help=recursive' 330 only in the top level, while the `recursive' variant lists options
|
| /sqlite-3.40.0/ |
| H A D | configure | 1094 ac_init_help=recursive ;; 1536 short | recursive ) echo "Configuration of sqlite 3.40.0:";;
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 1808 ** 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.
|