Home
last modified time | relevance | path

Searched refs:datatype (Results 1 – 25 of 28) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dstrict1.test24 } {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}}
H A Dintpkey.test21 # Create a table with a primary key and a datatype other than
142 } {1 {datatype mismatch}}
148 } {1 {datatype mismatch}}
154 } {1 {datatype mismatch}}
514 } {1 {datatype mismatch}}
520 } {1 {datatype mismatch}}
H A Dfuzz_malloc.test61 if {$testrc && $testresult!="datatype mismatch"} {
H A Dfuzz_common.tcl365 lappend ::fuzzyopts(-errorlist) {datatype mismatch}
H A De_delete.test345 do_delete_tests e_delete-3.3 -error { datatype mismatch } {
369 do_delete_tests e_delete-3.5 -error { datatype mismatch } {
H A Dlimit.test436 } {1 {datatype mismatch}}
444 } {1 {datatype mismatch}}
H A Dtabfunc01.test227 } {1 {unknown datatype: 'int33'}}
H A Dfts3conf.test134 } {1 {datatype mismatch}}
H A Dtrigger1.test650 } {1 {datatype mismatch}}
653 } {1 {datatype mismatch}}
H A Dminmax2.test260 # Make sure min(x) and max(x) work correctly when the datatype is
H A De_createtable.test1299 } {1 {datatype mismatch}}
1900 # integer, a "datatype mismatch" error occurs and the statement is
1915 datatype mismatch
1928 # "datatype mismatch" error occurs and the statement is aborted.
1932 datatype mismatch
H A Dmisc2.test428 # declared datatype.
H A Dminmax.test271 # Make sure min(x) and max(x) work correctly when the datatype is
H A Dcapi3.test800 SQLITE_MISMATCH {datatype mismatch} \
H A DtriggerC.test1071 } {1 {datatype mismatch}}
H A Dcapi3c.test746 SQLITE_MISMATCH {datatype mismatch} \
H A Dvtab1.test1205 } {1 {datatype mismatch}}
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5update.test145 } {1 {datatype mismatch}}
149 } {1 {datatype mismatch}}
H A Dfts5columnsize.test60 } {1 {datatype mismatch}}
/sqlite-3.40.0/ext/rbu/
H A Drbu10.test145 5 {SQLITE_MISMATCH - datatype mismatch} {
162 10 {SQLITE_MISMATCH - datatype mismatch} {
H A Drbu3.test87 } {1 {SQLITE_MISMATCH - datatype mismatch}}
/sqlite-3.40.0/doc/
H A Djson-enhancements.md26 * The ->> operator converts the answer into a primitive SQL datatype
33 array is selected, or a primitive SQL datatype when a JSON value
/sqlite-3.40.0/tool/
H A Dlemon.c269 char *datatype; /* The data type of information held by this member
2591 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()
H A Dgenfkey.test67 } {1 {datatype mismatch}}
/sqlite-3.40.0/src/
H A Dsqlite.h.in13 ** presents to client programs. If a C-function, structure, datatype,
4939 ** datatype of the result
4972 ** [SQLITE_INTEGER | datatype code] for the initial data type
5033 ** These routines may attempt to convert the datatype of the result.
5489 ** datatype of the value
5491 ** <td>&rarr;&nbsp;&nbsp;<td>Best numeric datatype of the value
5527 ** [SQLITE_INTEGER | datatype code] for the initial datatype of the
5530 ** Other interfaces might change the datatype for an sqlite3_value object.
5531 ** For example, if the datatype is initially SQLITE_INTEGER and
5534 ** SQLITE_TEXT. Whether or not a persistent internal datatype conversion
[all …]

12