| /sqlite-3.40.0/test/ |
| H A D | types.test | 31 # types-2.1.*: INTEGER 32 # types-2.2.*: REAL 33 # types-2.3.*: NULL 34 # types-2.4.*: TEXT 37 # types-3.*: Test that the '=' operator respects manifest types. 46 do_test types-1.1.0 { 154 do_test types-2.1.1 { 162 do_test types-2.1.2 { 169 do_test types-2.1.3 { 175 do_test types-2.1.4 { [all …]
|
| H A D | capi3.test | 302 # Column declaration types in UTF-16 409 # Origin declaration types in UTF-16 453 # types 455 set types [list] 462 set types ERROR 465 lappend types $x 468 set types 469 } $types 562 set types [list] 564 set types [all …]
|
| H A D | capi3c.test | 283 # Column declaration types in UTF-16 391 # Origin declaration types in UTF-16 415 # for test names within this proc. $types is a list of the 426 proc check_data {STMT test types ints doubles strings} { 435 # types 437 set types [list] 439 set types 440 } $types 532 set types [list] 534 set types [all …]
|
| H A D | types3.test | 12 # of this file is testing the interaction of SQLite manifest types 65 # Check to make sure return values are of the right types.
|
| H A D | e_resolve.test | 100 # object, objects of types that cannot be used in the context of the 103 # In this case, "types that cannot be used" are triggers and indexes.
|
| H A D | fts3rnd.test | 15 # returns the correct set of documents for various types of full-text 36 # d. For each of several types of fts3 queries, 10 SELECT queries 43 # types are:
|
| H A D | collate2.test | 28 # collate2-4.* Precedence of collation/data types in binary comparisons 47 # The collation orders for each of the tested collation types are: 621 # default collation types, the collate type for the leftmost term 660 # Test that the default collation types are used when the JOIN syntax
|
| H A D | permutations.test | 409 types2.test types3.test types.test unique.test unordered.test 583 select2.test trans.test update.test vacuum.test types.test 599 select2.test trans.test update.test vacuum.test types.test 615 select2.test trans.test update.test vacuum.test types.test 633 select2.test trans.test update.test vacuum.test types.test 669 trigger4.test types2.test types.test unique.test update.test
|
| H A D | scanstatus.test | 92 # Try a few different types of scans. 275 # Further tests of different scan types.
|
| H A D | types2.test | 12 # of this file is testing the interaction of manifest types, type affinity 32 # other types of expressions. All expressions except columns are
|
| H A D | fts2r.test | 11 # These tests exercise the various types of fts2 cursors.
|
| H A D | fts3e.test | 11 # These tests exercise the various types of fts3 cursors.
|
| H A D | table.test | 394 # NULL pointer, so the created table has no column types. (Changed result 575 # typeof() function are found in bind.test and types.test. 602 # Test that when creating a table using CREATE TABLE AS, column types are
|
| H A D | skipscan5.test | 121 # a variety of types.
|
| H A D | e_totalchanges.test | 39 # 1.1.*: different types of I/U/D statements,
|
| H A D | misc4.test | 137 # Ticket #1047. Make sure column types are preserved in subqueries.
|
| H A D | capi2.test | 29 # Return the column names followed by declaration types for the result set 89 # count, names and types are determined at compile time, these are still
|
| /sqlite-3.40.0/tool/ |
| H A D | lemon.c | 4109 types = (char**)calloc( arraysize, sizeof(char*) ); in print_stack_union() 4110 if( types==0 ){ in print_stack_union() 4114 for(i=0; i<arraysize; i++) types[i] = 0; in print_stack_union() 4165 while( types[hash] ){ in print_stack_union() 4166 if( strcmp(types[hash],stddt)==0 ){ in print_stack_union() 4173 if( types[hash]==0 ){ in print_stack_union() 4176 if( types[hash]==0 ){ in print_stack_union() 4180 lemon_strcpy(types[hash],stddt); in print_stack_union() 4195 if( types[i]==0 ) continue; in print_stack_union() 4197 free(types[i]); in print_stack_union() [all …]
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 136 individual instances of generated struct types. 268 Struct member "signatures" describe the data types of the members and 296 - All of these types are numeric. Attempting to set any struct-bound 302 "pointer". Though `i` is legal for pointer types in the signature, `p` 313 some contexts, so its use is encouraged for pointer types. 442 functions and types are generated. The binder factory's signature is: 488 when it is disabled (e.g. using 64-bit integer types) will trigger 823 - This library only supports the basic set of member types supported
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 621 set types { 625 set f [tk_getSaveFile -filetypes $types -title "Write Screen To..."]
|
| /sqlite-3.40.0/ |
| H A D | sqlite_cfg.h.in | 78 /* Define to 1 if you have the <sys/types.h> header file. */
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | README.tokenizers | 35 tokenizer types with a database handle. Instead, the pointer must
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.tokenizers | 35 tokenizer types with a database handle. Instead, the pointer must
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5config.test | 26 # Try different types of quote characters.
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | README.txt | 32 ICU provides two types of case mapping, "general" case mapping and
|