Home
last modified time | relevance | path

Searched refs:OP_ToNumeric (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8367 #define OP_ToNumeric 143 /* same as TK_TO_NUMERIC*/ macro
65182 case OP_ToNumeric: { /* same as TK_TO_NUMERIC, in1 */
75390 assert( to_op==OP_ToNumeric || aff!=SQLITE_AFF_NUMERIC );
75395 testcase( to_op==OP_ToNumeric );