Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 51) sorted by relevance

123

/sqlite-3.40.0/test/
H A Dtypes.test31 # 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 Dcapi3.test302 # 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 Dcapi3c.test283 # 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 Dtypes3.test12 # 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 De_resolve.test100 # 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 Dfts3rnd.test15 # 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 Dcollate2.test28 # 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 Dpermutations.test409 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 Dscanstatus.test92 # Try a few different types of scans.
275 # Further tests of different scan types.
H A Dtypes2.test12 # of this file is testing the interaction of manifest types, type affinity
32 # other types of expressions. All expressions except columns are
H A Dfts2r.test11 # These tests exercise the various types of fts2 cursors.
H A Dfts3e.test11 # These tests exercise the various types of fts3 cursors.
H A Dtable.test394 # 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 Dskipscan5.test121 # a variety of types.
H A De_totalchanges.test39 # 1.1.*: different types of I/U/D statements,
H A Dmisc4.test137 # Ticket #1047. Make sure column types are preserved in subqueries.
H A Dcapi2.test29 # 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 Dlemon.c4109 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 Djaccwabyt.md136 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 Dsqlitecon.tcl621 set types {
625 set f [tk_getSaveFile -filetypes $types -title "Write Screen To..."]
/sqlite-3.40.0/
H A Dsqlite_cfg.h.in78 /* Define to 1 if you have the <sys/types.h> header file. */
/sqlite-3.40.0/ext/fts2/
H A DREADME.tokenizers35 tokenizer types with a database handle. Instead, the pointer must
/sqlite-3.40.0/ext/fts3/
H A DREADME.tokenizers35 tokenizer types with a database handle. Instead, the pointer must
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5config.test26 # Try different types of quote characters.
/sqlite-3.40.0/ext/icu/
H A DREADME.txt32 ICU provides two types of case mapping, "general" case mapping and

123