Searched refs:datatype (Results 1 – 25 of 28) sorted by relevance
12
24 } {1 {missing datatype for t1.a}}27 } {1 {missing datatype for t1.a}}30 } {1 {missing datatype for t1.a}}33 } {1 {unknown datatype for t1.a: "BANJO"}}36 } {1 {unknown datatype for t1.f: "DATE"}}39 } {1 {unknown datatype for t1.f: "TEXT(50)"}}132 } {1 {error in table t4 after add column: unknown datatype for t4.d: "VARCHAR"}}135 } {1 {error in table t4 after add column: missing datatype for t4.d}}
21 # Create a table with a primary key and a datatype other than142 } {1 {datatype mismatch}}148 } {1 {datatype mismatch}}154 } {1 {datatype mismatch}}514 } {1 {datatype mismatch}}520 } {1 {datatype mismatch}}
61 if {$testrc && $testresult!="datatype mismatch"} {
365 lappend ::fuzzyopts(-errorlist) {datatype mismatch}
345 do_delete_tests e_delete-3.3 -error { datatype mismatch } {369 do_delete_tests e_delete-3.5 -error { datatype mismatch } {
436 } {1 {datatype mismatch}}444 } {1 {datatype mismatch}}
227 } {1 {unknown datatype: 'int33'}}
134 } {1 {datatype mismatch}}
650 } {1 {datatype mismatch}}653 } {1 {datatype mismatch}}
260 # Make sure min(x) and max(x) work correctly when the datatype is
1299 } {1 {datatype mismatch}}1900 # integer, a "datatype mismatch" error occurs and the statement is1915 datatype mismatch1928 # "datatype mismatch" error occurs and the statement is aborted.1932 datatype mismatch
428 # declared datatype.
271 # Make sure min(x) and max(x) work correctly when the datatype is
800 SQLITE_MISMATCH {datatype mismatch} \
1071 } {1 {datatype mismatch}}
746 SQLITE_MISMATCH {datatype mismatch} \
1205 } {1 {datatype mismatch}}
145 } {1 {datatype mismatch}}149 } {1 {datatype mismatch}}
60 } {1 {datatype mismatch}}
145 5 {SQLITE_MISMATCH - datatype mismatch} {162 10 {SQLITE_MISMATCH - datatype mismatch} {
87 } {1 {SQLITE_MISMATCH - datatype mismatch}}
26 * The ->> operator converts the answer into a primitive SQL datatype33 array is selected, or a primitive SQL datatype when a JSON value
269 char *datatype; /* The data type of information held by this member2591 if((sp) && (sp->datatype)){ in parseonetoken()2600 psp->declargslot = &sp->datatype; in parseonetoken()4122 if( sp->datatype==0 ) continue; in print_stack_union()4123 len = lemonStrlen(sp->datatype); in print_stack_union()4145 if( sp->type!=NONTERMINAL || (sp->datatype==0 && lemp->vartype==0) ){ in print_stack_union()4149 cp = sp->datatype; in print_stack_union()5396 sp->datatype = 0; in Symbol_new()
67 } {1 {datatype mismatch}}
13 ** presents to client programs. If a C-function, structure, datatype,4939 ** datatype of the result4972 ** [SQLITE_INTEGER | datatype code] for the initial data type5033 ** These routines may attempt to convert the datatype of the result.5489 ** datatype of the value5491 ** <td>→ <td>Best numeric datatype of the value5527 ** [SQLITE_INTEGER | datatype code] for the initial datatype of the5530 ** Other interfaces might change the datatype for an sqlite3_value object.5531 ** For example, if the datatype is initially SQLITE_INTEGER and5534 ** SQLITE_TEXT. Whether or not a persistent internal datatype conversion[all …]